diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2004-10-19 09:03:00 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2004-10-19 09:03:00 +0000 |
commit | d938a5650514a84e51565aad127c2c4de9938861 (patch) | |
tree | e5e94def73651c0e405cd2159aca7a38df94f9bd /security/p5-Nmap-Scanner/Makefile | |
parent | bb1defadb56eee1e0b971aa9b526321e3ef58a9c (diff) | |
download | ports-d938a5650514a84e51565aad127c2c4de9938861.tar.gz ports-d938a5650514a84e51565aad127c2c4de9938861.zip |
Notes
Diffstat (limited to 'security/p5-Nmap-Scanner/Makefile')
-rw-r--r-- | security/p5-Nmap-Scanner/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/p5-Nmap-Scanner/Makefile b/security/p5-Nmap-Scanner/Makefile index f9f3f8ebc55e..5b7f00422938 100644 --- a/security/p5-Nmap-Scanner/Makefile +++ b/security/p5-Nmap-Scanner/Makefile @@ -6,10 +6,9 @@ # PORTNAME= Nmap-Scanner -PORTVERSION= 0.5 +PORTVERSION= 0.7a CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -#MASTER_SITE_SUBDIR= Nmap MASTER_SITE_SUBDIR= ../../authors/id/M/MA/MAXSCHUBE PKGNAMEPREFIX= p5- @@ -20,6 +19,8 @@ BUILD_DEPENDS= ${SITE_PERL}/XML/SAX.pm:${PORTSDIR}/textproc/p5-XML-SAX RUN_DEPENDS= ${BUILD_DEPENDS} \ nmap:${PORTSDIR}/security/nmap +WRKSRC= ${WRKDIR}/${PORTNAME}-0.7 + PERL_CONFIGURE= yes MAN3= Nmap::Scanner.3 Nmap::Scanner::Address.3 \ |