aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/p5-Net-SNMP3/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/p5-Net-SNMP3/Makefile')
-rw-r--r--net-mgmt/p5-Net-SNMP3/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/net-mgmt/p5-Net-SNMP3/Makefile b/net-mgmt/p5-Net-SNMP3/Makefile
index dc4b4b88fe18..0b7393700223 100644
--- a/net-mgmt/p5-Net-SNMP3/Makefile
+++ b/net-mgmt/p5-Net-SNMP3/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Net-SNMP
-PORTVERSION= 3.50
+PORTVERSION= 3.60
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Net
@@ -14,13 +14,12 @@ PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
-WRKSRC= ${WRKDIR}/${PORTNAME}-3.5
+WRKSRC= ${WRKDIR}/${PORTNAME}-3.6
+
USE_PERL5= yes
+PERL_CONFIGURE= yes
+
MAN3= Net::SNMP.3
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
-do-configure:
- @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL \
- CC="${CC}" CCFLAGS="${CFLAGS}"
-
.include <bsd.port.mk>