git: e6aeb7a1eb94 - main - devel/py-rope: Add CPE information

Bernhard Froehlich decke at FreeBSD.org
Tue Sep 21 12:02:39 UTC 2021


The branch main has been updated by decke:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e6aeb7a1eb94c6668888981587c7b53b4d0d9b7b

commit e6aeb7a1eb94c6668888981587c7b53b4d0d9b7b
Author:     Bernhard Froehlich <decke at FreeBSD.org>
AuthorDate: 2021-09-21 11:49:31 +0000
Commit:     Bernhard Froehlich <decke at FreeBSD.org>
CommitDate: 2021-09-21 12:01:42 +0000

    devel/py-rope: Add CPE information
    
    Approved by:    portmgr (blanket)
---
 devel/py-rope/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/devel/py-rope/Makefile b/devel/py-rope/Makefile
index b2ee8665887e..1014316507b2 100644
--- a/devel/py-rope/Makefile
+++ b/devel/py-rope/Makefile
@@ -12,9 +12,11 @@ COMMENT=	Python refactoring library
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		python:3.6+
+USES=		cpe python:3.6+
 USE_PYTHON=	autoplist distutils
 
+CPE_VENDOR=	rope_project
+
 NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the dev-commits-ports-all mailing list