diff options
Diffstat (limited to 'net-mgmt/p5-SNMP-Util/Makefile')
-rw-r--r-- | net-mgmt/p5-SNMP-Util/Makefile | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/net-mgmt/p5-SNMP-Util/Makefile b/net-mgmt/p5-SNMP-Util/Makefile new file mode 100644 index 000000000000..f419852773ab --- /dev/null +++ b/net-mgmt/p5-SNMP-Util/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: p5-SNMP-Util +# Version required: 1.6 +# Date created: September 7 1999 +# Whom: Bill Fenner <fenner@FreeBSD.org> +# +# $FreeBSD$ +# + +DISTNAME= SNMP-Util-1.6 +PKGNAME= p5-SNMP-Util-1.6 +CATEGORIES= net perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= SNMP + +MAINTAINER= fenner@FreeBSD.org + +RUN_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/SNMP.pm:${PORTSDIR}/net/p5-SNMP + +USE_PERL5= YES + +MAN3= SNMP::Util.3 +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +do-configure: + @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL + +.include <bsd.port.mk> |