aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/p5-Net-SNMP
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/p5-Net-SNMP')
-rw-r--r--net-mgmt/p5-Net-SNMP/Makefile24
-rw-r--r--net-mgmt/p5-Net-SNMP/distinfo1
-rw-r--r--net-mgmt/p5-Net-SNMP/pkg-comment1
-rw-r--r--net-mgmt/p5-Net-SNMP/pkg-descr8
-rw-r--r--net-mgmt/p5-Net-SNMP/pkg-plist6
5 files changed, 0 insertions, 40 deletions
diff --git a/net-mgmt/p5-Net-SNMP/Makefile b/net-mgmt/p5-Net-SNMP/Makefile
deleted file mode 100644
index 974a033225ac..000000000000
--- a/net-mgmt/p5-Net-SNMP/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-# New ports collection makefile for: p5-Net-SNMP
-# Date created: 30 June 2000
-# Whom: Christopher N. Harrell <cnh@ivmg.net>
-#
-# $FreeBSD$
-#
-
-PORTNAME= Net-SNMP
-PORTVERSION= 3.60
-CATEGORIES= net perl5
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
-MASTER_SITE_SUBDIR= Net
-PKGNAMEPREFIX= p5-
-
-MAINTAINER= ports@FreeBSD.org
-
-WRKSRC= ${WRKDIR}/${PORTNAME}-3.6
-
-PERL_CONFIGURE= yes
-
-MAN3= Net::SNMP.3
-MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
-
-.include <bsd.port.mk>
diff --git a/net-mgmt/p5-Net-SNMP/distinfo b/net-mgmt/p5-Net-SNMP/distinfo
deleted file mode 100644
index 1cfe6cd03c4e..000000000000
--- a/net-mgmt/p5-Net-SNMP/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (Net-SNMP-3.60.tar.gz) = 9b416095aec3615b60c527eb2cb1c449
diff --git a/net-mgmt/p5-Net-SNMP/pkg-comment b/net-mgmt/p5-Net-SNMP/pkg-comment
deleted file mode 100644
index 23cc30a9b8ef..000000000000
--- a/net-mgmt/p5-Net-SNMP/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-A perl module for SNMP... Net::SNMP
diff --git a/net-mgmt/p5-Net-SNMP/pkg-descr b/net-mgmt/p5-Net-SNMP/pkg-descr
deleted file mode 100644
index 753a5e759c62..000000000000
--- a/net-mgmt/p5-Net-SNMP/pkg-descr
+++ /dev/null
@@ -1,8 +0,0 @@
-The module Net::SNMP implements an object oriented
-interface to the Simple Network Management Protocol. Perl
-applications can use the module to retrieve or update
-information on a remote host using the SNMP protocol.
-Net::SNMP is implemented completely in Perl, requires no
-compiling, and uses only standard Perl modules. Both
-SNMPv1 and SNMPv2c (Community-Based SNMPv2) are supported
-by the module.
diff --git a/net-mgmt/p5-Net-SNMP/pkg-plist b/net-mgmt/p5-Net-SNMP/pkg-plist
deleted file mode 100644
index c50918a689ad..000000000000
--- a/net-mgmt/p5-Net-SNMP/pkg-plist
+++ /dev/null
@@ -1,6 +0,0 @@
-lib/perl5/site_perl/%%PERL_VER%%/Net/SNMP.pm
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/SNMP/.packlist
-@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/SNMP
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Net 2>/dev/null || true
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Net 2>/dev/null || true