Files
ports/sysutils/pnscan/Makefile
T
Muhammad Moinur Rahman 3b55b90050 sysutils/pnscan: Update version 1.14=>1.14.1
- Change INSTALL_TARGET to install-strip
- Update pkg-descr to remove MAINTAINER name and email as they are redundant

PR:		247423
Submitted by:	pen@lysator.liu.se (maintainer)
Approved by:	pen@lysator.liu.se (maintainer)
2020-09-25 09:17:15 +00:00

24 lines
395 B
Makefile

# $FreeBSD$
PORTNAME= pnscan
DISTVERSIONPREFIX= v
DISTVERSION= 1.14.1
CATEGORIES= sysutils security
MAINTAINER= pen@lysator.liu.se
COMMENT= Parallel Network Scanner
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USE_GITHUB= yes
GH_ACCOUNT= ptrrkssn
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
PLIST_FILES= bin/pnscan \
man/man1/pnscan.1.gz
.include <bsd.port.mk>