git: 633eed94221b - main - devel/py-RPyC: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 14 Oct 2021 21:33:30 UTC
The branch main has been updated by se: URL: https://cgit.FreeBSD.org/ports/commit/?id=633eed94221ba3fa386027078e6de06789869717 commit 633eed94221ba3fa386027078e6de06789869717 Author: Stefan Eßer <se@FreeBSD.org> AuthorDate: 2021-10-14 21:30:38 +0000 Commit: Stefan Eßer <se@FreeBSD.org> CommitDate: 2021-10-14 21:30:38 +0000 devel/py-RPyC: Add CPE information Approved by: portmgr (blanket) --- devel/py-RPyC/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devel/py-RPyC/Makefile b/devel/py-RPyC/Makefile index cf75a4adaf9b..c9e4d638b567 100644 --- a/devel/py-RPyC/Makefile +++ b/devel/py-RPyC/Makefile @@ -10,7 +10,8 @@ COMMENT= Remote Python Call LICENSE= MIT -USES= python:3.6+ +USES= cpe python:3.6+ +CPE_VENDOR= ${PORTNAME:tl}_project USE_GITHUB= yes GH_ACCOUNT= tomerfiliba-org