diff options
Diffstat (limited to 'textproc/p5-SGML-DTDParse/Makefile')
-rw-r--r-- | textproc/p5-SGML-DTDParse/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/textproc/p5-SGML-DTDParse/Makefile b/textproc/p5-SGML-DTDParse/Makefile index 141c47e67b90..a1c7b616b458 100644 --- a/textproc/p5-SGML-DTDParse/Makefile +++ b/textproc/p5-SGML-DTDParse/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-SGML-DTDParse -# Date created: 2006/07/11 -# Whom: chinsan <chinsan.tw@gmail.com> -# +# Created by: chinsan <chinsan.tw@gmail.com> # $FreeBSD$ -# PORTNAME= SGML-DTDParse PORTVERSION= 2.00 @@ -20,7 +16,8 @@ BUILD_DEPENDS= p5-DelimMatch>=1.05:${PORTSDIR}/textproc/p5-DelimMatch \ p5-XML-Parser>=2.3:${PORTSDIR}/textproc/p5-XML-Parser RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= dtddiff2html.1 dtdformat.1 dtddiff.1 dtdparse.1 dtdflatten.1 MAN3= SGML::DTDParse::DTD.3 SGML::DTDParse.3 SGML::DTDParse::Util.3 |