aboutsummaryrefslogtreecommitdiff
path: root/security/spike-proxy/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/spike-proxy/Makefile')
-rw-r--r--security/spike-proxy/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/security/spike-proxy/Makefile b/security/spike-proxy/Makefile
index e8181eb0b42e..0a6af93bb575 100644
--- a/security/spike-proxy/Makefile
+++ b/security/spike-proxy/Makefile
@@ -10,11 +10,15 @@ DISTNAME= SP${PORTVERSION:tl:C/\.//g}
MAINTAINER= ports@FreeBSD.org
COMMENT= Tool looking for vulnerabilities in web applications
+LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}openssl>=0:${PORTSDIR}/security/py-openssl
USES= python shebangfix tar:tgz
SHEBANG_FILES= *.py
NO_BUILD= yes
+NO_ARCH= yes
WRKSRC= ${WRKDIR}/spkproxy
@@ -27,6 +31,8 @@ do-install:
${SED} "s|DATADIR|${DATADIR}|" ${SCRIPTDIR}/spkproxy.sh > \
${STAGEDIR}${PREFIX}/bin/spkproxy.sh
@${CHMOD} 755 ${STAGEDIR}${PREFIX}/bin/spkproxy.sh
+
+do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
(cd ${WRKSRC} && ${INSTALL_DATA} WHYGPL.txt TODO.txt SpikeUsage.txt \
README.txt CHANGELOG.txt ${STAGEDIR}${DOCSDIR})