diff options
Diffstat (limited to 'www/p5-Catalyst-View-Template-Declare/Makefile')
-rw-r--r-- | www/p5-Catalyst-View-Template-Declare/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/www/p5-Catalyst-View-Template-Declare/Makefile b/www/p5-Catalyst-View-Template-Declare/Makefile index 24b5f51e4684..d0e7c66ab50d 100644 --- a/www/p5-Catalyst-View-Template-Declare/Makefile +++ b/www/p5-Catalyst-View-Template-Declare/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Catalyst-View-Template-Declare -# Date created: 2012-04-03 -# Whom: Steve Wills <swills@FreeBSD.org> -# +# Created by: Steve Wills <swills@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Catalyst-View-Template-Declare PORTVERSION= 0.04 @@ -21,7 +17,8 @@ BUILD_DEPENDS= p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime \ p5-Template-Declare>=0.26:${PORTSDIR}/textproc/p5-Template-Declare RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Catalyst::Helper::View::Template::Declare.3 \ Catalyst::View::Template::Declare.3 |