diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2014-10-25 00:21:26 +0800 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2014-10-25 00:21:26 +0800 |
commit | 2f71940292af6b2d050e8b473d717357401b40fc (patch) | |
tree | ca40f6c4e7288356261302ad77c108990435520e /net/py-pynsq | |
parent | e681bc51231baa49b0184bf6fe94fd704a352ada (diff) | |
download | freebsd-ports-gnome-2f71940292af6b2d050e8b473d717357401b40fc.tar.gz freebsd-ports-gnome-2f71940292af6b2d050e8b473d717357401b40fc.tar.zst freebsd-ports-gnome-2f71940292af6b2d050e8b473d717357401b40fc.zip |
- Convert ports of net/ to new USES=python
Approved by: portmgr (implicit)
Diffstat (limited to 'net/py-pynsq')
-rw-r--r-- | net/py-pynsq/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/net/py-pynsq/Makefile b/net/py-pynsq/Makefile index 60762d434883..1583f95129b3 100644 --- a/net/py-pynsq/Makefile +++ b/net/py-pynsq/Makefile @@ -21,11 +21,9 @@ OPTIONS_DEFINE= TESTS TESTS_DESC= Install tools to run test suite OPTIONSFILE?= ${PORT_DBDIR}/py-${PORTNAME}/options -USE_GITHUB= yes -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes - +USES= python +USE_PYTHON= distutils autoplist +USE_GITHUB= yes GH_ACCOUNT= bitly GH_TAGNAME= v${PORTVERSION} GH_COMMIT= b64f3f3 |