diff options
author | adamw <adamw@FreeBSD.org> | 2014-07-29 19:11:51 +0000 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-07-29 19:11:51 +0000 |
commit | 5d4f6dbf6920e86fef1c7e3a8e60608b5d4f4764 (patch) | |
tree | 97c04ac5ad39d0af4b856d37b17a5a074d6adbc6 /security/spike-proxy/Makefile | |
parent | 1797fa8d15fb48b349a9dcceef649bf7bbbc52c3 (diff) | |
download | FreeBSD-ports-5d4f6dbf6920e86fef1c7e3a8e60608b5d4f4764.zip FreeBSD-ports-5d4f6dbf6920e86fef1c7e3a8e60608b5d4f4764.tar.gz |
Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by: portmgr (not really, but touches unstaged ports)
Diffstat (limited to 'security/spike-proxy/Makefile')
-rw-r--r-- | security/spike-proxy/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/spike-proxy/Makefile b/security/spike-proxy/Makefile index bd6acba..0d860bf 100644 --- a/security/spike-proxy/Makefile +++ b/security/spike-proxy/Makefile @@ -6,14 +6,13 @@ PORTVERSION= 1.4.8 CATEGORIES= security MASTER_SITES= http://www.immunitysec.com/downloads/ DISTNAME= SP${PORTVERSION:tl:C/\.//g} -EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Tool looking for vulnerabilities in web applications BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}openssl>=0:${PORTSDIR}/security/py-openssl -USES= shebangfix +USES= shebangfix tar:tgz SHEBANG_FILES= *.py USE_PYTHON= yes NO_BUILD= yes |