aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt
diff options
context:
space:
mode:
authorgarga <garga@FreeBSD.org>2007-12-13 02:38:06 +0800
committergarga <garga@FreeBSD.org>2007-12-13 02:38:06 +0800
commit2a7f82c4af91093ae7fbb2171b22f3650e0ed175 (patch)
tree8a79a6dbfc63a96a536fe81f06a35088d93cfcce /net-mgmt
parente73c6b3a65d3bd1bf770b8818be2e667cc0c8da1 (diff)
downloadfreebsd-ports-gnome-2a7f82c4af91093ae7fbb2171b22f3650e0ed175.tar.gz
freebsd-ports-gnome-2a7f82c4af91093ae7fbb2171b22f3650e0ed175.tar.zst
freebsd-ports-gnome-2a7f82c4af91093ae7fbb2171b22f3650e0ed175.zip
This module provides shortcuts when performing repetitive information-retrieval
tasks with p5-SNMP. WWW: http://search.cpan.org/dist/SNMP-Simple/ PR: ports/118623 Submitted by: BluePex Security Solutions <freebsd-ports at bluepex.com>
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/Makefile1
-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
4 files changed, 34 insertions, 0 deletions
diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile
index 113cd5ed94ba..f6a19d5e2f2e 100644
--- a/net-mgmt/Makefile
+++ b/net-mgmt/Makefile
@@ -174,6 +174,7 @@
SUBDIR += p5-SNMP
SUBDIR += p5-SNMP-Info
SUBDIR += p5-SNMP-MIB-Compiler
+ SUBDIR += p5-SNMP-Simple
SUBDIR += p5-SNMP-Util
SUBDIR += p5-SNMP_Session
SUBDIR += p5-Telnet-Cisco
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/