Date: Wed, 29 Sep 2021 20:02:35 GMT From: Bernhard Froehlich <decke@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 835fd6ce3a0b - main - net/py-miniupnpc: Add CPE information Message-ID: <202109292002.18TK2ZTZ011009@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=835fd6ce3a0b940898dcf20ac42244bae7a507a6 commit 835fd6ce3a0b940898dcf20ac42244bae7a507a6 Author: Bernhard Froehlich <decke@FreeBSD.org> AuthorDate: 2021-09-29 19:58:30 +0000 Commit: Bernhard Froehlich <decke@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109292002.18TK2ZTZ011009>