diff options
Diffstat (limited to 'www/p5-HTML-Template-HashWrapper/Makefile')
-rw-r--r-- | www/p5-HTML-Template-HashWrapper/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/www/p5-HTML-Template-HashWrapper/Makefile b/www/p5-HTML-Template-HashWrapper/Makefile index 235dbda86a20..18d55dafac02 100644 --- a/www/p5-HTML-Template-HashWrapper/Makefile +++ b/www/p5-HTML-Template-HashWrapper/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-HTML-Template-HashWrapper -# Date Created: 15 Sep 2005 -# Whom: Zach Thompson <hideo@lastamericanempire.com> -# +# Created by: Zach Thompson <hideo@lastamericanempire.com> # $FreeBSD$ -# PORTNAME= HTML-Template-HashWrapper PORTVERSION= 1.3 @@ -17,7 +13,8 @@ COMMENT= Easy way to use the associate option from HTML::Template RUN_DEPENDS= p5-HTML-Template>=0:${PORTSDIR}/www/p5-HTML-Template BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= HTML::Template::HashWrapper.3 |