openbsd-ports/net/p5-Nmap-Scanner/Makefile
naddy cfbb239b6a Remove SHARED_ONLY from all CPAN Perl ports and the cpan and perl MODULES.
Add WANTLIB+=perl and PKG_ARCH=* as appropriate.
2016-03-20 19:56:05 +00:00

21 lines
374 B
Makefile

# $OpenBSD: Makefile,v 1.15 2016/03/20 19:56:56 naddy Exp $
COMMENT= perform and manipulate nmap scans using Perl
MODULES= cpan
PKG_ARCH= *
DISTNAME= Nmap-Scanner-1.0
REVISION= 4
CATEGORIES= net
# perl
PERMIT_PACKAGE_CDROM= Yes
RUN_DEPENDS= textproc/p5-XML-SAX \
devel/p5-Class-Generate \
www/p5-HTML-Parser \
www/p5-libwww \
net/nmap
.include <bsd.port.mk>