diff options
author | az <az@FreeBSD.org> | 2013-09-04 11:24:02 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-04 11:24:02 +0800 |
commit | 714789fd0ce123acfab6c0d23acb54ae624b0c58 (patch) | |
tree | c33730bf57cb2fbdb4a4318a7babdc8c8e9ba0f1 /net-mgmt/p5-SNMP-Info | |
parent | 0d6d548af2c99bda0dce7a20b45181476a7c5b93 (diff) | |
download | freebsd-ports-gnome-714789fd0ce123acfab6c0d23acb54ae624b0c58.tar.gz freebsd-ports-gnome-714789fd0ce123acfab6c0d23acb54ae624b0c58.tar.zst freebsd-ports-gnome-714789fd0ce123acfab6c0d23acb54ae624b0c58.zip |
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'net-mgmt/p5-SNMP-Info')
-rw-r--r-- | net-mgmt/p5-SNMP-Info/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-mgmt/p5-SNMP-Info/Makefile b/net-mgmt/p5-SNMP-Info/Makefile index 864520edf495..83f6bd5082f4 100644 --- a/net-mgmt/p5-SNMP-Info/Makefile +++ b/net-mgmt/p5-SNMP-Info/Makefile @@ -14,7 +14,8 @@ LICENSE= BSD LIB_DEPENDS= netsnmp:${PORTSDIR}/net-mgmt/net-snmp -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= SNMP::Info.3 SNMP::Info::AdslLine.3 SNMP::Info::Airespace.3 \ SNMP::Info::IPv6.3 SNMP::Info::Layer2::CiscoSB.3 \ |