aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/p5-SNMP-Simple
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2007-12-12 18:38:06 +0000
committerRenato Botelho <garga@FreeBSD.org>2007-12-12 18:38:06 +0000
commit3b9a8a38241d1256e82ec91f4af861086ea8f9cc (patch)
treeeec6caf494953619ec7274d02ffb552479d2d34c /net-mgmt/p5-SNMP-Simple
parent47685939e91968c7f2b123ac2b99a02b465e0b30 (diff)
downloadports-3b9a8a38241d1256e82ec91f4af861086ea8f9cc.tar.gz
ports-3b9a8a38241d1256e82ec91f4af861086ea8f9cc.zip
Notes
Diffstat (limited to 'net-mgmt/p5-SNMP-Simple')
-rw-r--r--net-mgmt/p5-SNMP-Simple/Makefile26
-rw-r--r--net-mgmt/p5-SNMP-Simple/distinfo3
-rw-r--r--net-mgmt/p5-SNMP-Simple/pkg-descr4
3 files changed, 33 insertions, 0 deletions
diff --git a/net-mgmt/p5-SNMP-Simple/Makefile b/net-mgmt/p5-SNMP-Simple/Makefile
new file mode 100644
index 000000000000..24a3fa8f76ca
--- /dev/null
+++ b/net-mgmt/p5-SNMP-Simple/Makefile
@@ -0,0 +1,26 @@
+# New ports collection makefile for: p5-SNMP-Simple
+# Date created: 2007-11-16
+# Whom: BluePex Security Solutions <freebsd-ports@bluepex.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= SNMP-Simple
+PORTVERSION= 0.02
+CATEGORIES= net-mgmt perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= freebsd-ports@bluepex.com
+COMMENT= Shortcuts for when using p5-SNMP
+
+PERL_CONFIGURE= yes
+
+MAN3= SNMP::Simple.3
+
+PLIST_FILES= %%SITE_PERL%%/SNMP/Simple.pm \
+ %%SITE_PERL%%/%%PERL_ARCH%%/auto/SNMP/Simple/.packlist
+PLIST_DIRS= %%SITE_PERL%%/%%PERL_ARCH%%/auto/SNMP/Simple \
+ %%SITE_PERL%%/SNMP
+
+.include <bsd.port.mk>
diff --git a/net-mgmt/p5-SNMP-Simple/distinfo b/net-mgmt/p5-SNMP-Simple/distinfo
new file mode 100644
index 000000000000..745a61ec73f7
--- /dev/null
+++ b/net-mgmt/p5-SNMP-Simple/distinfo
@@ -0,0 +1,3 @@
+MD5 (SNMP-Simple-0.02.tar.gz) = d5725a7279c7d3e50d6b5fe6e49d9a7a
+SHA256 (SNMP-Simple-0.02.tar.gz) = 691c519a58427ea8b3abb83a2550a49d5ff71d73172c6cd76a1b4b1497e1c8a6
+SIZE (SNMP-Simple-0.02.tar.gz) = 7098
diff --git a/net-mgmt/p5-SNMP-Simple/pkg-descr b/net-mgmt/p5-SNMP-Simple/pkg-descr
new file mode 100644
index 000000000000..10a01f181d27
--- /dev/null
+++ b/net-mgmt/p5-SNMP-Simple/pkg-descr
@@ -0,0 +1,4 @@
+This module provides shortcuts when performing repetitive information-retrieval
+tasks with p5-SNMP.
+
+WWW: http://search.cpan.org/dist/SNMP-Simple/