diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-11 13:54:50 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-11 13:54:50 +0000 |
commit | 2e24707c96c566166fcf9785c12d2d961d1c586d (patch) | |
tree | 6ad8879b9a138416ef4b26bc646126e12fd4f892 /security/p5-Nmap-Parser | |
parent | bac4da00aa6c6c7a9f2e2c554324bd96d1e07821 (diff) | |
download | ports-2e24707c96c566166fcf9785c12d2d961d1c586d.tar.gz ports-2e24707c96c566166fcf9785c12d2d961d1c586d.zip |
Notes
Diffstat (limited to 'security/p5-Nmap-Parser')
-rw-r--r-- | security/p5-Nmap-Parser/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/p5-Nmap-Parser/Makefile b/security/p5-Nmap-Parser/Makefile index 8dea83c7e811..77cb60368f0f 100644 --- a/security/p5-Nmap-Parser/Makefile +++ b/security/p5-Nmap-Parser/Makefile @@ -15,7 +15,8 @@ BUILD_DEPENDS= p5-XML-Twig>=3.16:${PORTSDIR}/textproc/p5-XML-Twig \ RUN_DEPENDS:= ${BUILD_DEPENDS} \ nmap:${PORTSDIR}/security/nmap -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Nmap::Parser.3 |