diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2014-10-24 16:50:42 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2014-10-24 16:50:42 +0000 |
commit | 742321c70870f8339d0ac558f88a918b77b56096 (patch) | |
tree | 13162908585c4f1c4a190de09a7b7dd8f6e58eb2 /security/spike-proxy | |
parent | d45fbf3040b3448bc804ff8be8a816d15ea3f92a (diff) |
- Convert ports of science/ and security to new USES=python
Approved by: portmgr (implicit)
Notes
Notes:
svn path=/head/; revision=371453
Diffstat (limited to 'security/spike-proxy')
-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 0d860bf732cc..e8181eb0b42e 100644 --- a/security/spike-proxy/Makefile +++ b/security/spike-proxy/Makefile @@ -12,9 +12,8 @@ COMMENT= Tool looking for vulnerabilities in web applications BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}openssl>=0:${PORTSDIR}/security/py-openssl -USES= shebangfix tar:tgz +USES= python shebangfix tar:tgz SHEBANG_FILES= *.py -USE_PYTHON= yes NO_BUILD= yes WRKSRC= ${WRKDIR}/spkproxy |