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/Makefile27
1 files changed, 0 insertions, 27 deletions
diff --git a/net-mgmt/p5-SNMP-Util/Makefile b/net-mgmt/p5-SNMP-Util/Makefile
deleted file mode 100644
index f419852773ab..000000000000
--- a/net-mgmt/p5-SNMP-Util/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# New ports collection makefile for: p5-SNMP-Util
-# Version required: 1.6
-# Date created: September 7 1999
-# Whom: Bill Fenner <fenner@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-DISTNAME= SNMP-Util-1.6
-PKGNAME= p5-SNMP-Util-1.6
-CATEGORIES= net perl5
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
-MASTER_SITE_SUBDIR= SNMP
-
-MAINTAINER= fenner@FreeBSD.org
-
-RUN_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/SNMP.pm:${PORTSDIR}/net/p5-SNMP
-
-USE_PERL5= YES
-
-MAN3= SNMP::Util.3
-MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
-
-do-configure:
- @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
-
-.include <bsd.port.mk>