22 lines
414 B
Makefile
Raw Normal View History

2017-08-23 09:12:33 +00:00
# $OpenBSD: Makefile,v 1.19 2017/08/23 09:12:33 benoit Exp $
2016-12-08 12:00:40 +00:00
COMMENT = perl module for parsing nmap XML reports
2016-12-08 12:00:40 +00:00
MODULES = cpan
PKG_ARCH = *
2017-08-23 09:12:33 +00:00
DISTNAME = Nmap-Parser-1.36
2016-12-08 12:00:40 +00:00
EPOCH = 0
CATEGORIES= net
MAINTAINER = Benoit Lecocq <benoit@openbsd.org>
2016-12-08 12:00:40 +00:00
HOMEPAGE = https://github.com/modernistik/Nmap-Parser
# MIT
2016-12-08 12:00:40 +00:00
PERMIT_PACKAGE_CDROM = Yes
2016-12-08 12:00:40 +00:00
RUN_DEPENDS = net/nmap \
2010-11-19 22:31:32 +00:00
textproc/p5-XML-Twig>=3.16
.include <bsd.port.mk>