- Clarify LICENSE

- Add LICENSE_FILE
- Strip binary
This commit is contained in:
Dmitry Marakasov 2015-03-09 00:58:41 +00:00
parent ed19c77476
commit 1c42d88382
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=380823

View File

@ -3,13 +3,15 @@
PORTNAME= doscan
PORTVERSION= 0.3.3
PORTREVISION= 1
CATEGORIES= security net
MASTER_SITES= http://static.enyo.de/fw/releases/doscan/
MAINTAINER= ports@FreeBSD.org
COMMENT= Tool to quickly scan your network for machines listening on a TCP port
LICENSE= GPLv2
LICENSE= GPLv2 # or later
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre
@ -26,6 +28,7 @@ post-patch:
${WRKSRC}/doc/doscan.1
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}