aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2016-03-17 00:42:00 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2016-03-17 00:42:00 +0000
commit945889a2728f9a8893114c6bb6fc1fe4ac8479fa (patch)
tree4eef6b036f9d5c3bd4e929a1220c630127828e24
parentbb738888967e60e2c3f8f8836b47dc4ab9951a79 (diff)
downloadports-945889a2728f9a8893114c6bb6fc1fe4ac8479fa.tar.gz
ports-945889a2728f9a8893114c6bb6fc1fe4ac8479fa.zip
- Add LICENSE
- Add NO_ARCH - Switch to options helpers - Fix WWW:
Notes
Notes: svn path=/head/; revision=411249
-rw-r--r--security/spike-proxy/Makefile6
-rw-r--r--security/spike-proxy/pkg-descr2
2 files changed, 7 insertions, 1 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})
diff --git a/security/spike-proxy/pkg-descr b/security/spike-proxy/pkg-descr
index b0369c47b5e8..c6abfbd7f078 100644
--- a/security/spike-proxy/pkg-descr
+++ b/security/spike-proxy/pkg-descr
@@ -6,4 +6,4 @@ cross-site-scripting, but it's completely open Python infrastructure
allows advanced users to customize it for web applications that other
tools fall apart on.
-WWW: http://www.immunitysec.com
+WWW: http://www.immunitysec.com/