summaryrefslogtreecommitdiff
path: root/net/p5-SNMP_Session/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/p5-SNMP_Session/Makefile')
-rw-r--r--net/p5-SNMP_Session/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/net/p5-SNMP_Session/Makefile b/net/p5-SNMP_Session/Makefile
new file mode 100644
index 000000000000..8f20202d174b
--- /dev/null
+++ b/net/p5-SNMP_Session/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: p5-SNMP_Simple
+# Version required: 0.70
+# Date created: 13 June 1999
+# Whom: Stephen J. Roznowski <sjr@home.net>
+#
+# $Id$
+#
+
+DISTNAME= SNMP_Session-0.70
+PKGNAME= p5-SNMP_Session-0.70
+CATEGORIES= net perl5
+MASTER_SITES= ftp://ftp.switch.ch/software/sources/network/snmp/perl/
+
+MAINTAINER= ports@FreeBSD.ORG
+
+USE_PERL5= yes
+
+do-configure:
+ @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
+
+.include <bsd.port.mk>