diff options
Diffstat (limited to 'security/portscanner/Makefile')
-rw-r--r-- | security/portscanner/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/portscanner/Makefile b/security/portscanner/Makefile index 12b7ec12ce57..7d5ff50d1a64 100644 --- a/security/portscanner/Makefile +++ b/security/portscanner/Makefile @@ -12,6 +12,7 @@ MASTER_SITES= http://www.ameth.org/~veilleux/PortScan/ DISTNAME= PortScanner-${PORTVERSION} MAINTAINER= billf@FreeBSD.org +COMMENT= A simple and easy to use TCP port scanner do-build: @ ${CC} -o ${WRKSRC}/portscanner ${CFLAGS} ${WRKSRC}/portscanner.c |