diff options
Diffstat (limited to 'textproc/p5-XML-DifferenceMarkup/Makefile')
-rw-r--r-- | textproc/p5-XML-DifferenceMarkup/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/textproc/p5-XML-DifferenceMarkup/Makefile b/textproc/p5-XML-DifferenceMarkup/Makefile index cdc647afedbd..451f2ff9708d 100644 --- a/textproc/p5-XML-DifferenceMarkup/Makefile +++ b/textproc/p5-XML-DifferenceMarkup/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: XML-DifferenceMarkup -# Date created: 18 January 2004 -# Whom: Sergey Skvortsov <skv@protey.ru> -# +# Created by: Sergey Skvortsov <skv@protey.ru> # $FreeBSD$ -# PORTNAME= XML-DifferenceMarkup PORTVERSION= 0.11 @@ -18,7 +14,8 @@ BUILD_DEPENDS= p5-XML-LibXML>=0:${PORTSDIR}/textproc/p5-XML-LibXML \ p5-Algorithm-Diff>=0:${PORTSDIR}/devel/p5-Algorithm-Diff RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= XML::DifferenceMarkup.3 |