summaryrefslogtreecommitdiff
path: root/net-mgmt/p5-SNMP_Session/Makefile
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>1999-06-27 17:41:45 +0000
committerChris Piazza <cpiazza@FreeBSD.org>1999-06-27 17:41:45 +0000
commit2ac304566341695abc2950b64e1ea16f491e735a (patch)
treef5763ebb3a0f2b772f4725288e97f7952a2eba7e /net-mgmt/p5-SNMP_Session/Makefile
parentVersion upgrade: 1.19 -> 1.20 (diff)
Import of the SNMP_Session perl module. This module differs
from existing SNMP packages in that it is completely stand- alone. PR: 12231 Submitted by: Stephen J. Roznowski <sjr@home.net>
Notes
Notes: svn path=/head/; revision=19836
Diffstat (limited to 'net-mgmt/p5-SNMP_Session/Makefile')
-rw-r--r--net-mgmt/p5-SNMP_Session/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/net-mgmt/p5-SNMP_Session/Makefile b/net-mgmt/p5-SNMP_Session/Makefile
new file mode 100644
index 000000000000..8f20202d174b
--- /dev/null
+++ b/net-mgmt/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>