summaryrefslogtreecommitdiff
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/Makefile26
1 files changed, 0 insertions, 26 deletions
diff --git a/net-mgmt/p5-SNMP/Makefile b/net-mgmt/p5-SNMP/Makefile
deleted file mode 100644
index c5b71664116b..000000000000
--- a/net-mgmt/p5-SNMP/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# New ports collection makefile for: p5-SNMP
-# Date created: May 5th 1997
-# Whom: James FitzGibbon <jfitz@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= SNMP
-PORTVERSION= 4.2.0
-CATEGORIES= net perl5
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
-MASTER_SITE_SUBDIR= SNMP
-PKGNAMEPREFIX= p5-
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= A perl5 module for interfacing with the CMU SNMP library
-
-LIB_DEPENDS= snmp.4:${PORTSDIR}/net/net-snmp4
-
-PERL_CONFIGURE= yes
-
-post-install:
- @${INSTALL_DATA} ${WRKSRC}/README \
- ${PREFIX}/lib/perl5/site_perl/README.SNMP
-
-.include <bsd.port.mk>