summaryrefslogtreecommitdiff
path: root/net-mgmt/p5-SNMP-Util/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/p5-SNMP-Util/Makefile')
-rw-r--r--net-mgmt/p5-SNMP-Util/Makefile25
1 files changed, 0 insertions, 25 deletions
diff --git a/net-mgmt/p5-SNMP-Util/Makefile b/net-mgmt/p5-SNMP-Util/Makefile
deleted file mode 100644
index 4072c6530360..000000000000
--- a/net-mgmt/p5-SNMP-Util/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# New ports collection makefile for: p5-SNMP-Util
-# Date created: September 7 1999
-# Whom: Bill Fenner <fenner@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= SNMP-Util
-PORTVERSION= 1.8
-CATEGORIES= net perl5
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
-MASTER_SITE_SUBDIR= SNMP
-PKGNAMEPREFIX= p5-
-
-MAINTAINER= fenner@FreeBSD.org
-COMMENT= Perl modules to perform SNMP set,get,walk,next,walk_hash etc
-
-RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/SNMP.pm:${PORTSDIR}/net/p5-SNMP
-
-PERL_CONFIGURE= yes
-
-MAN3= SNMP::Util.3
-MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
-
-.include <bsd.port.mk>