summaryrefslogtreecommitdiff
path: root/net-mgmt/p5-Net-SNMP3/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-10-19 06:30:38 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-10-19 06:30:38 +0000
commitbd77a2e63519d7ecea1c2c635b00727dd8246e37 (patch)
treeead9fdc83152d6715dbab75b5b76f6d3551cd7fb /net-mgmt/p5-Net-SNMP3/Makefile
parentThis file did not belong here. Sorry to all concerned for the thrash. (diff)
upgrade to 4.0.3
assume maintainership PR: 44243 Submitted by: Lars Thegler <lars@thegler.dk>
Notes
Notes: svn path=/head/; revision=68313
Diffstat (limited to 'net-mgmt/p5-Net-SNMP3/Makefile')
-rw-r--r--net-mgmt/p5-Net-SNMP3/Makefile15
1 files changed, 12 insertions, 3 deletions
diff --git a/net-mgmt/p5-Net-SNMP3/Makefile b/net-mgmt/p5-Net-SNMP3/Makefile
index a3aa582981b0..e42b78386ee7 100644
--- a/net-mgmt/p5-Net-SNMP3/Makefile
+++ b/net-mgmt/p5-Net-SNMP3/Makefile
@@ -6,17 +6,26 @@
#
PORTNAME= Net-SNMP
-PORTVERSION= 3.65
+PORTVERSION= 4.0.3
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Net
PKGNAMEPREFIX= p5-
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= lars@thegler.dk
+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 \
+ ${SITE_PERL}/Digest/HMAC.pm:${PORTSDIR}/security/p5-Digest-HMAC
+
+USE_PERL5= yes
PERL_CONFIGURE= yes
+SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
+ARCH_PERL= ${SITE_PERL}/${PERL_ARCH}
+MAN1= snmpkey.1
MAN3= Net::SNMP.3
-MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
.include <bsd.port.mk>