diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-06 16:11:30 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-06 16:11:30 +0000 |
commit | 3d017a688622e8dfbc020a020058de1a277f526b (patch) | |
tree | 4a51b775a74e2a77d74eded4714f5fdb1a9d89ac /net/p5-Net-Nessus-XMLRPC/Makefile | |
parent | - Move NO_PACKAGE higher, where it's usually expected to be found (diff) |
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket)
Notes
Notes:
svn path=/head/; revision=326522
Diffstat (limited to '')
-rw-r--r-- | net/p5-Net-Nessus-XMLRPC/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/p5-Net-Nessus-XMLRPC/Makefile b/net/p5-Net-Nessus-XMLRPC/Makefile index e68e0a0d07bb..267bc7f3afe6 100644 --- a/net/p5-Net-Nessus-XMLRPC/Makefile +++ b/net/p5-Net-Nessus-XMLRPC/Makefile @@ -22,7 +22,8 @@ BUILD_DEPENDS= p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::Nessus::XMLRPC.3 |