aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/p5-SNMP/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/p5-SNMP/Makefile')
-rw-r--r--net-mgmt/p5-SNMP/Makefile27
1 files changed, 0 insertions, 27 deletions
diff --git a/net-mgmt/p5-SNMP/Makefile b/net-mgmt/p5-SNMP/Makefile
deleted file mode 100644
index 713d43dee68b..000000000000
--- a/net-mgmt/p5-SNMP/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# New ports collection makefile for: p5-SNMP
-# Version required: 1.8b3
-# Date created: May 5th 1997
-# Whom: James FitzGibbon <jfitz@FreeBSD.org>
-#
-# $Id: Makefile,v 1.3 1998/09/15 21:31:50 asami Exp $
-#
-
-DISTNAME= SNMP-1.8b3
-PKGNAME= p5-SNMP-1.8b3
-CATEGORIES= net perl5
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
-MASTER_SITE_SUBDIR= SNMP
-
-MAINTAINER= jfitz@FreeBSD.ORG
-
-LIB_DEPENDS= snmp.3:${PORTSDIR}/net/ucd-snmp
-
-USE_PERL5= YES
-
-do-configure:
- @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
-
-post-install:
- @ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/lib/perl5/site_perl/README.SNMP
-
-.include <bsd.port.mk>