diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-03-17 08:42:00 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-03-17 08:42:00 +0800 |
commit | 87ae47d77ecb1831bbf44e4050ffc60e836f8757 (patch) | |
tree | 4eef6b036f9d5c3bd4e929a1220c630127828e24 /security/spike-proxy | |
parent | 6621ff5c5561ccee93a0fd631e985fb6f446c8b9 (diff) | |
download | freebsd-ports-gnome-87ae47d77ecb1831bbf44e4050ffc60e836f8757.tar.gz freebsd-ports-gnome-87ae47d77ecb1831bbf44e4050ffc60e836f8757.tar.zst freebsd-ports-gnome-87ae47d77ecb1831bbf44e4050ffc60e836f8757.zip |
- Add LICENSE
- Add NO_ARCH
- Switch to options helpers
- Fix WWW:
Diffstat (limited to 'security/spike-proxy')
-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/ |