summaryrefslogtreecommitdiff
path: root/net-mgmt/p5-SNMP-Util/Makefile
diff options
context:
space:
mode:
authorBill Fenner <fenner@FreeBSD.org>1999-09-08 23:41:06 +0000
committerBill Fenner <fenner@FreeBSD.org>1999-09-08 23:41:06 +0000
commitd64871cacbb9e8969375d99bb57280306163dca5 (patch)
treec5b186bcc7483fbc2f49745dd9e2b87801faa246 /net-mgmt/p5-SNMP-Util/Makefile
parentErr, this program links with qt, not qt2.. duh (diff)
A helper library for p5-SNMP, including walk functions.
Notes
Notes: svn path=/head/; revision=21443
Diffstat (limited to 'net-mgmt/p5-SNMP-Util/Makefile')
-rw-r--r--net-mgmt/p5-SNMP-Util/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/net-mgmt/p5-SNMP-Util/Makefile b/net-mgmt/p5-SNMP-Util/Makefile
new file mode 100644
index 000000000000..f419852773ab
--- /dev/null
+++ b/net-mgmt/p5-SNMP-Util/Makefile
@@ -0,0 +1,27 @@
+# New ports collection makefile for: p5-SNMP-Util
+# Version required: 1.6
+# Date created: September 7 1999
+# Whom: Bill Fenner <fenner@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+DISTNAME= SNMP-Util-1.6
+PKGNAME= p5-SNMP-Util-1.6
+CATEGORIES= net perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= SNMP
+
+MAINTAINER= fenner@FreeBSD.org
+
+RUN_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/SNMP.pm:${PORTSDIR}/net/p5-SNMP
+
+USE_PERL5= YES
+
+MAN3= SNMP::Util.3
+MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+
+do-configure:
+ @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
+
+.include <bsd.port.mk>