diff options
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/p5-Net-Netmask/Makefile | 3 | ||||
-rw-r--r-- | net-mgmt/p5-Net-SNMP/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/net-mgmt/p5-Net-Netmask/Makefile b/net-mgmt/p5-Net-Netmask/Makefile index 0eaac1cea01c..069fdc3733c8 100644 --- a/net-mgmt/p5-Net-Netmask/Makefile +++ b/net-mgmt/p5-Net-Netmask/Makefile @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= lth@FreeBSD.org COMMENT= Perl module to parse, manipulate, and lookup IP network blocks -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::Netmask.3 diff --git a/net-mgmt/p5-Net-SNMP/Makefile b/net-mgmt/p5-Net-SNMP/Makefile index 7feb9297b642..867477ccbc81 100644 --- a/net-mgmt/p5-Net-SNMP/Makefile +++ b/net-mgmt/p5-Net-SNMP/Makefile @@ -21,7 +21,8 @@ BUILD_DEPENDS= p5-Crypt-DES>=0:${PORTSDIR}/security/p5-Crypt-DES \ p5-Digest-HMAC>=0:${PORTSDIR}/security/p5-Digest-HMAC RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure CONFLICTS= p5-Net-SNMP3-[0-9]* MAN1= snmpkey.1 |