diff options
-rw-r--r-- | security/spike-proxy/Makefile | 6 | ||||
-rw-r--r-- | security/spike-proxy/pkg-descr | 2 |
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/ |