git: 835fd6ce3a0b - main - net/py-miniupnpc: Add CPE information

Bernhard Froehlich decke at FreeBSD.org
Wed Sep 29 20:02:35 UTC 2021


The branch main has been updated by decke:

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

commit 835fd6ce3a0b940898dcf20ac42244bae7a507a6
Author:     Bernhard Froehlich <decke at FreeBSD.org>
AuthorDate: 2021-09-29 19:58:30 +0000
Commit:     Bernhard Froehlich <decke at FreeBSD.org>
CommitDate: 2021-09-29 19:58:30 +0000

    net/py-miniupnpc: Add CPE information
    
    Approved by:    portmgr (blanket)
---
 net/py-miniupnpc/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/net/py-miniupnpc/Makefile b/net/py-miniupnpc/Makefile
index 276fbc023ac5..173dbb1c35e3 100644
--- a/net/py-miniupnpc/Makefile
+++ b/net/py-miniupnpc/Makefile
@@ -10,10 +10,11 @@ LIB_DEPENDS=	libminiupnpc.so:${PKGCATEGORY}/miniupnpc
 
 MASTERDIR=	${.CURDIR}/../miniupnpc
 
-USES=		python:3.6+
+USES=		cpe python:3.6+
 USE_PYTHON=	autoplist distutils
 MAKE_ENV=	MAKE=gmake
 PLIST=
+CPE_VENDOR=	miniupnp_project
 
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/miniupnpc*.so


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