diff options
author | az <az@FreeBSD.org> | 2013-09-04 11:27:37 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-04 11:27:37 +0800 |
commit | b11eaee46a2e6d5743b95225a6244f94b9f8bad4 (patch) | |
tree | 00ab6a9b2ac185234ddc8fe1dd36a7b7d777cfa6 /net-mgmt/p5-FusionInventory-Agent-Task-SNMPQuery | |
parent | 714789fd0ce123acfab6c0d23acb54ae624b0c58 (diff) | |
download | freebsd-ports-gnome-b11eaee46a2e6d5743b95225a6244f94b9f8bad4.tar.gz freebsd-ports-gnome-b11eaee46a2e6d5743b95225a6244f94b9f8bad4.tar.zst freebsd-ports-gnome-b11eaee46a2e6d5743b95225a6244f94b9f8bad4.zip |
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'net-mgmt/p5-FusionInventory-Agent-Task-SNMPQuery')
-rw-r--r-- | net-mgmt/p5-FusionInventory-Agent-Task-SNMPQuery/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-mgmt/p5-FusionInventory-Agent-Task-SNMPQuery/Makefile b/net-mgmt/p5-FusionInventory-Agent-Task-SNMPQuery/Makefile index fe34a8d29a8c..772351b043e0 100644 --- a/net-mgmt/p5-FusionInventory-Agent-Task-SNMPQuery/Makefile +++ b/net-mgmt/p5-FusionInventory-Agent-Task-SNMPQuery/Makefile @@ -20,6 +20,7 @@ BUILD_DEPENDS= p5-FusionInventory-Agent>=0:${PORTSDIR}/net-mgmt/p5-FusionInvento p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure .include <bsd.port.mk> |