aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Froehlich <decke@FreeBSD.org>2021-09-10 19:55:48 +0000
committerBernhard Froehlich <decke@FreeBSD.org>2021-09-10 21:17:40 +0000
commit7448b845fd22b94713e51408a846e86c901ee4a4 (patch)
tree25af28f47b70dd393234010d1b9c1fec0d61a8a1
parentdbaeec1cea599e82ad9dcdf97e1013473e52771e (diff)
downloadports-7448b845fd22b94713e51408a846e86c901ee4a4.tar.gz
ports-7448b845fd22b94713e51408a846e86c901ee4a4.zip
devel/py-setuptools: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r--devel/py-setuptools/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/py-setuptools/Makefile b/devel/py-setuptools/Makefile
index f41e53d59498..d50fefd758e8 100644
--- a/devel/py-setuptools/Makefile
+++ b/devel/py-setuptools/Makefile
@@ -14,9 +14,11 @@ COMMENT= Python packages installer
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-USES= python:3.6+
+USES= cpe python:3.6+
USE_PYTHON= allflavors autoplist concurrent distutils
+CPE_VENDOR= python
+
MAKE_ENV+= SETUPTOOLS_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT=1
NO_ARCH= yes
PYDISTUTILS_SETUP= ${PYSETUP}