diff options
Diffstat (limited to 'textproc/p5-Makefile-DOM/Makefile')
-rw-r--r-- | textproc/p5-Makefile-DOM/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/textproc/p5-Makefile-DOM/Makefile b/textproc/p5-Makefile-DOM/Makefile index 15bec145aea4..366e616fb3ac 100644 --- a/textproc/p5-Makefile-DOM/Makefile +++ b/textproc/p5-Makefile-DOM/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Makefile-DOM -# Date created: 2008-04-17 -# Whom: Gea-Suan Lin <gslin@gslin.org> -# +# Created by: Gea-Suan Lin <gslin@gslin.org> # $FreeBSD$ -# PORTNAME= Makefile-DOM PORTVERSION= 0.006 @@ -19,7 +15,8 @@ RUN_DEPENDS= p5-Clone>=0.18:${PORTSDIR}/devel/p5-Clone \ p5-List-MoreUtils>=0.21:${PORTSDIR}/lang/p5-List-MoreUtils \ p5-Params-Util>=0.22:${PORTSDIR}/devel/p5-Params-Util -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= MDOM::Dumper.3 \ MDOM::Element.3 \ |