aboutsummaryrefslogtreecommitdiff
path: root/net/p5-Net-SNMP3/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/p5-Net-SNMP3/Makefile')
-rw-r--r--net/p5-Net-SNMP3/Makefile15
1 files changed, 7 insertions, 8 deletions
diff --git a/net/p5-Net-SNMP3/Makefile b/net/p5-Net-SNMP3/Makefile
index c562e97f2f8b..d4d09ed9bc4e 100644
--- a/net/p5-Net-SNMP3/Makefile
+++ b/net/p5-Net-SNMP3/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Net-SNMP
-PORTVERSION= 4.1.0
+PORTVERSION= 4.1.2
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Net
@@ -15,8 +15,6 @@ PKGNAMEPREFIX= p5-
MAINTAINER= lars@thegler.dk
COMMENT= A perl module for SNMP... Net::SNMP
-.include <bsd.port.pre.mk>
-
RUN_DEPENDS= ${ARCH_PERL}/Crypt/DES.pm:${PORTSDIR}/security/p5-Crypt-DES \
${ARCH_PERL}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \
${ARCH_PERL}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 \
@@ -25,12 +23,13 @@ RUN_DEPENDS= ${ARCH_PERL}/Crypt/DES.pm:${PORTSDIR}/security/p5-Crypt-DES \
PERL_CONFIGURE= yes
ARCH_PERL= ${SITE_PERL}/${PERL_ARCH}
-.if ${PERL_LEVEL} < 500600
-IGNORE= Port requires perl 5.6.x or later. Install lang/perl5 then try again
-.endif
-
MAN1= snmpkey.1
MAN3= Net::SNMP.3
-MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500600
+IGNORE= Port requires perl 5.6.x or later. Install lang/perl5 then try again
+.endif
.include <bsd.port.post.mk>