diff options
author | Bill Fenner <fenner@FreeBSD.org> | 1999-09-08 23:41:06 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 1999-09-08 23:41:06 +0000 |
commit | d64871cacbb9e8969375d99bb57280306163dca5 (patch) | |
tree | c5b186bcc7483fbc2f49745dd9e2b87801faa246 /net-mgmt/p5-SNMP-Util/Makefile | |
parent | d7790f981144396c03cec356116b55a038621d65 (diff) | |
download | ports-d64871cacbb9e8969375d99bb57280306163dca5.tar.gz ports-d64871cacbb9e8969375d99bb57280306163dca5.zip |
Notes
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> |