diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-29 19:54:37 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-29 19:54:37 +0000 |
commit | cfb6680eb7c4729855a7b64aa4b1808dda8289c4 (patch) | |
tree | 54b1cb5335903ef5ec7adc358957d25a9fe60890 | |
parent | c172989abeec8677391bb8b9e7fca24c3b56f557 (diff) | |
download | ports-cfb6680eb7c4729855a7b64aa4b1808dda8289c4.tar.gz ports-cfb6680eb7c4729855a7b64aa4b1808dda8289c4.zip |
net/py-tweepy: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | net/py-tweepy/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/py-tweepy/Makefile b/net/py-tweepy/Makefile index 78c006f4441c..d774d65cca5a 100644 --- a/net/py-tweepy/Makefile +++ b/net/py-tweepy/Makefile @@ -19,10 +19,12 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>=1.3.3:devel/py-nose@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mock>=1.0.1:devel/py-mock@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}vcrpy>=1.10.3:devel/py-vcrpy@${PY_FLAVOR} -USES= python +USES= cpe python USE_GITHUB= yes USE_PYTHON= autoplist distutils +CPE_VENDOR= josh_roesslein + NO_ARCH= yes TEST_ENV= USE_REPLAY=1 |