openbsd-ports/net/p5-Nmap-Parser/Makefile
2011-03-31 14:08:07 +00:00

23 lines
432 B
Makefile

# $OpenBSD: Makefile,v 1.11 2011/03/31 14:08:07 jasper Exp $
COMMENT= perl module for parsing nmap XML reports
MODULES= cpan
DISTNAME= Nmap-Parser-1.2
EPOCH= 0
REVISION= 0
CATEGORIES= net
HOMEPAGE= http://nmap-parser.googlecode.com/
# MIT
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
RUN_DEPENDS= net/nmap \
textproc/p5-XML-Twig>=3.16
.include <bsd.port.mk>