diff options
Diffstat (limited to 'textproc/p5-Template-Extract/Makefile')
-rw-r--r-- | textproc/p5-Template-Extract/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/textproc/p5-Template-Extract/Makefile b/textproc/p5-Template-Extract/Makefile index 008410db4812..a065d39b5600 100644 --- a/textproc/p5-Template-Extract/Makefile +++ b/textproc/p5-Template-Extract/Makefile @@ -1,9 +1,6 @@ # Ports collection makefile for: p5-Template-Extract -# Date created: Nov 8, 2005 -# Whom: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw> -# +# Created by: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw> # $FreeBSD$ -# PORTNAME= Template-Extract PORTVERSION= 0.41 @@ -17,7 +14,8 @@ COMMENT= Use TT2 syntax to extract data from documents BUILD_DEPENDS= p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= YES +USES= perl5 +USE_PERL5= configure MAN3= Template::Extract.3 \ Template::Extract::Compile.3 \ |