- fix license marker

- add missing run dependency (spotted by simon@)

ok simon@
This commit is contained in:
jasper 2008-09-29 22:43:06 +00:00
parent d82a3df2ff
commit f051b6bb0a

View File

@ -1,14 +1,15 @@
# $OpenBSD: Makefile,v 1.4 2007/07/28 14:58:59 simon Exp $
# $OpenBSD: Makefile,v 1.5 2008/09/29 22:43:06 jasper Exp $
COMMENT= perform and manipulate nmap scans using Perl
MODULES= cpan
DISTNAME= Nmap-Scanner-1.0
PKGNAME= p5-${DISTNAME}p0
CATEGORIES= net
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
# Artistic + GPL
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
@ -17,6 +18,7 @@ PERMIT_DISTFILES_FTP= Yes
RUN_DEPENDS= ::textproc/p5-XML-SAX \
::devel/p5-Class-Generate \
::www/p5-HTML-Parser \
::www/p5-libwww \
::net/nmap
.include <bsd.port.mk>