20 lines
353 B
Makefile
20 lines
353 B
Makefile
# $OpenBSD: Makefile,v 1.13 2013/03/11 11:35:53 espie Exp $
|
|
|
|
COMMENT= perl module for parsing nmap XML reports
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Nmap-Parser-1.2
|
|
EPOCH= 0
|
|
REVISION= 1
|
|
CATEGORIES= net
|
|
|
|
HOMEPAGE= http://nmap-parser.googlecode.com/
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
RUN_DEPENDS= net/nmap \
|
|
textproc/p5-XML-Twig>=3.16
|
|
|
|
.include <bsd.port.mk>
|