diff options
Diffstat (limited to 'www/p5-Catalyst-Plugin-Setenv/Makefile')
-rw-r--r-- | www/p5-Catalyst-Plugin-Setenv/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/www/p5-Catalyst-Plugin-Setenv/Makefile b/www/p5-Catalyst-Plugin-Setenv/Makefile index b7fc82bfbf68..e172e7889fa1 100644 --- a/www/p5-Catalyst-Plugin-Setenv/Makefile +++ b/www/p5-Catalyst-Plugin-Setenv/Makefile @@ -1,9 +1,6 @@ # Ports collection makefile for: p5-Catalyst-Plugin-Setenv -# Date created: Apr 6, 2007 -# Whom: lbr@freebsd.org -# +# Created by: lbr@freebsd.org # $FreeBSD$ -# PORTNAME= Catalyst-Plugin-Setenv PORTVERSION= 0.03 @@ -17,7 +14,8 @@ COMMENT= Set up the environment from Catalyst's config file BUILD_DEPENDS= p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= Catalyst::Plugin::Setenv.3 |