diff options
author | jgh <jgh@FreeBSD.org> | 2016-01-31 03:30:07 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2016-01-31 03:30:07 +0800 |
commit | 21cff0654a7b6afeb553541b0a7e5babcd3a4b29 (patch) | |
tree | e67fa51fa3f2cbf24bbcd69daaaa33376b6ac5e0 /dns | |
parent | 7a310e71ff7690087d83068575d328d0d1513167 (diff) | |
download | freebsd-ports-gnome-21cff0654a7b6afeb553541b0a7e5babcd3a4b29.tar.gz freebsd-ports-gnome-21cff0654a7b6afeb553541b0a7e5babcd3a4b29.tar.zst freebsd-ports-gnome-21cff0654a7b6afeb553541b0a7e5babcd3a4b29.zip |
- there, there, portlint.
- uses tar:tgz
- whitespace cleanup
Thanks to: ak (uses "bug")
Diffstat (limited to 'dns')
-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 |