diff options
Diffstat (limited to 'net/p5-SNMP-Util/Makefile')
-rw-r--r-- | net/p5-SNMP-Util/Makefile | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/net/p5-SNMP-Util/Makefile b/net/p5-SNMP-Util/Makefile deleted file mode 100644 index bfe7997ff7a3..000000000000 --- a/net/p5-SNMP-Util/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# New ports collection makefile for: p5-SNMP-Util -# Date created: September 7 1999 -# Whom: Bill Fenner <fenner@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= SNMP-Util -PORTVERSION= 1.8 -CATEGORIES= net perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= SNMP -PKGNAMEPREFIX= p5- - -MAINTAINER= fenner@FreeBSD.org -COMMENT= Perl modules to perform SNMP set,get,walk,next,walk_hash etc - -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/SNMP.pm:${PORTSDIR}/net/p5-SNMP - -PERL_CONFIGURE= yes - -MAN3= SNMP::Util.3 - -.include <bsd.port.mk> |