summaryrefslogtreecommitdiff
path: root/net-mgmt/p5-SNMP-MIB-Compiler/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/p5-SNMP-MIB-Compiler/Makefile')
-rw-r--r--net-mgmt/p5-SNMP-MIB-Compiler/Makefile26
1 files changed, 0 insertions, 26 deletions
diff --git a/net-mgmt/p5-SNMP-MIB-Compiler/Makefile b/net-mgmt/p5-SNMP-MIB-Compiler/Makefile
deleted file mode 100644
index f5a01f0cb517..000000000000
--- a/net-mgmt/p5-SNMP-MIB-Compiler/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# New ports collection makefile for: p5-SNMP-MIB-Compiler
-# Date created: December 12, 2001
-# Whom: Joe Clarke <marcus@marcuscom.com
-#
-# $FreeBSD$
-#
-
-PORTNAME= SNMP-MIB-Compiler
-PORTVERSION= 0.06
-CATEGORIES= net perl5
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
-MASTER_SITE_SUBDIR= SNMP
-PKGNAMEPREFIX= p5-
-
-MAINTAINER= marcus@FreeBSD.org
-COMMENT= A Perl MIB compiler supporting both SMIv1 and SMIv2
-
-BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Data/Compare.pm:${PORTSDIR}/devel/p5-Data-Compare
-
-PERL_CONFIGURE= yes
-
-MAN3= SNMP::MIB::Compiler.3 \
- Bundle::SNMP::MIB::Compiler.3
-MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
-
-.include <bsd.port.mk>