diff options
author | Jason Helfman <jgh@FreeBSD.org> | 2016-01-31 03:30:07 +0800 |
---|---|---|
committer | Jason Helfman <jgh@FreeBSD.org> | 2016-01-31 03:30:07 +0800 |
commit | 6c5929eadb79e7c6f3ff455cb12d11507720be53 (patch) | |
tree | e67fa51fa3f2cbf24bbcd69daaaa33376b6ac5e0 /dns/py-namebench | |
parent | fa3a805492ad67b9f997396b30d6ab271cbe524b (diff) | |
download | freebsd-ports-gnome-6c5929eadb79e7c6f3ff455cb12d11507720be53.tar.gz freebsd-ports-gnome-6c5929eadb79e7c6f3ff455cb12d11507720be53.tar.zst freebsd-ports-gnome-6c5929eadb79e7c6f3ff455cb12d11507720be53.zip |
- there, there, portlint.
- uses tar:tgz
- whitespace cleanup
Thanks to: ak (uses "bug")
Diffstat (limited to 'dns/py-namebench')
-rw-r--r-- | dns/py-namebench/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dns/py-namebench/Makefile b/dns/py-namebench/Makefile index 23f0dde0a651..27a9aa241297 100644 --- a/dns/py-namebench/Makefile +++ b/dns/py-namebench/Makefile @@ -9,19 +9,20 @@ MASTER_SITES= GOOGLE_CODE \ LOCAL/jgh/dns/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= ${PORTNAME}-${PORTVERSION}-source -EXTRACT_SUFX= .tgz MAINTAINER= jgh@FreeBSD.org COMMENT= Open Source DNS benchmark utility LICENSE= APACHE20 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}Jinja2>=2.5.5:${PORTSDIR}/devel/py-Jinja2 \ +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}Jinja2>=2.5.5:${PORTSDIR}/devel/py-Jinja2 \ ${PYTHON_PKGNAMEPREFIX}graphy>=1.0:${PORTSDIR}/graphics/py-graphy \ ${PYTHON_PKGNAMEPREFIX}dnspython>=1.9.4:${PORTSDIR}/dns/py-dnspython \ ${PYTHON_PKGNAMEPREFIX}httplib2>=0.6.0:${PORTSDIR}/www/py-httplib2 \ ${PYTHON_PKGNAMEPREFIX}simplejson>=2.1.6:${PORTSDIR}/devel/py-simplejson +USES= python tar:tgz + .include <bsd.port.options.mk> .if ! ${PORT_OPTIONS:MX11} @@ -33,7 +34,6 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} PORTDOCS= README.txt -USES= python USE_PYTHON= distutils autoplist PYDISTUTILS_INSTALLARGS+= --install-data=${PREFIX}/share |