diff options
Diffstat (limited to 'textproc/p5-XML-RegExp')
-rw-r--r-- | textproc/p5-XML-RegExp/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/textproc/p5-XML-RegExp/Makefile b/textproc/p5-XML-RegExp/Makefile index 527d09a14de6..04584558fcf7 100644 --- a/textproc/p5-XML-RegExp/Makefile +++ b/textproc/p5-XML-RegExp/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: XML::RegExp -# Date created: 7 Dec 2001 -# Whom: Sergey Skvortsov <skv@protey.ru> -# +# Created by: Sergey Skvortsov <skv@protey.ru> # $FreeBSD$ -# PORTNAME= XML-RegExp PORTVERSION= 0.04 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Regular expressions for XML tokens -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= XML::RegExp.3 |