diff options
author | skv <skv@FreeBSD.org> | 2012-03-23 04:21:34 +0800 |
---|---|---|
committer | skv <skv@FreeBSD.org> | 2012-03-23 04:21:34 +0800 |
commit | 141220039cc35703eb7a082843ad62f17660278f (patch) | |
tree | 53f0dc523271461c715a92d063a017cc2c9e509a /security | |
parent | 855dab54e8ea654fa86740b07d4ea7db5a83fe65 (diff) | |
download | freebsd-ports-gnome-141220039cc35703eb7a082843ad62f17660278f.tar.gz freebsd-ports-gnome-141220039cc35703eb7a082843ad62f17660278f.tar.zst freebsd-ports-gnome-141220039cc35703eb7a082843ad62f17660278f.zip |
- Add missing *_DEPENDS [1]
- pass maintainership to perl@
PR: ports/165888 [1]
Submitted by: swills
Feature safe: yes
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Nmap-Scanner/Makefile | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/security/p5-Nmap-Scanner/Makefile b/security/p5-Nmap-Scanner/Makefile index d4491e9ee448..241028b96746 100644 --- a/security/p5-Nmap-Scanner/Makefile +++ b/security/p5-Nmap-Scanner/Makefile @@ -7,20 +7,19 @@ PORTNAME= Nmap-Scanner PORTVERSION= 1.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= skv@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Perform and manipulate nmap scans using perl -BUILD_DEPENDS= ${SITE_PERL}/XML/SAX.pm:${PORTSDIR}/textproc/p5-XML-SAX \ - ${SITE_PERL}/Class/Generate.pm:${PORTSDIR}/devel/p5-Class-Generate \ - nmap:${PORTSDIR}/security/nmap -RUN_DEPENDS= ${SITE_PERL}/XML/SAX.pm:${PORTSDIR}/textproc/p5-XML-SAX \ - ${SITE_PERL}/Class/Generate.pm:${PORTSDIR}/devel/p5-Class-Generate \ - nmap:${PORTSDIR}/security/nmap +BUILD_DEPENDS= nmap:${PORTSDIR}/security/nmap \ + p5-Class-Generate>=0:${PORTSDIR}/devel/p5-Class-Generate \ + p5-XML-SAX>=0:${PORTSDIR}/textproc/p5-XML-SAX \ + p5-libwww>=0:${PORTSDIR}/www/p5-libwww +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |