aboutsummaryrefslogtreecommitdiffstats
path: root/net/p5-Net-SNMP3/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/p5-Net-SNMP3/Makefile')
-rw-r--r--net/p5-Net-SNMP3/Makefile30
1 files changed, 0 insertions, 30 deletions
diff --git a/net/p5-Net-SNMP3/Makefile b/net/p5-Net-SNMP3/Makefile
deleted file mode 100644
index 79bd54baa12b..000000000000
--- a/net/p5-Net-SNMP3/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# New ports collection makefile for: p5-Net-SNMP3
-# Date created: 2 oct 2003
-# Whom: Lars Thegler <lars@thegler.dk>
-#
-# $FreeBSD$
-#
-
-PORTNAME= Net-SNMP
-PORTVERSION= 3.65
-CATEGORIES= net perl5
-MASTER_SITES= ${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR= krion
-PKGNAMEPREFIX= p5-
-PKGNAMESUFFIX= -365
-
-MAINTAINER= lars@thegler.dk
-COMMENT= Net::SNMP for pre-5.6 perl
-
-CONFLICTS= p5-Net-SNMP
-PERL_CONFIGURE= yes
-
-MAN3= Net::SNMP.3
-
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} >= 500600
-IGNORE= This port is only for pre-5.6 perl. Install net/p5-Net-SNMP instead.
-.endif
-
-.include <bsd.port.post.mk>