diff options
Diffstat (limited to 'textproc/p5-XML-TreePP/Makefile')
-rw-r--r-- | textproc/p5-XML-TreePP/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/textproc/p5-XML-TreePP/Makefile b/textproc/p5-XML-TreePP/Makefile index 2ccff40cbe07..ee2af4ddd4e4 100644 --- a/textproc/p5-XML-TreePP/Makefile +++ b/textproc/p5-XML-TreePP/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-XML-TreePP -# Date created: 2006-08-14 -# Whom: Gea-Suan Lin <gslin@gslin.org> -# +# Created by: Gea-Suan Lin <gslin@gslin.org> # $FreeBSD$ -# PORTNAME= XML-TreePP PORTVERSION= 0.41 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Pure Perl implementation for parsing/writing xml files -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= XML::TreePP.3 |