diff options
Diffstat (limited to 'textproc/p5-YAPE-Regex/Makefile')
-rw-r--r-- | textproc/p5-YAPE-Regex/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/textproc/p5-YAPE-Regex/Makefile b/textproc/p5-YAPE-Regex/Makefile index 78550b19fa87..3a0dc291a480 100644 --- a/textproc/p5-YAPE-Regex/Makefile +++ b/textproc/p5-YAPE-Regex/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-YAPE-Regex -# Date created: 3 juin 2003 -# Whom: Mathieu Arnold <m@absolight.net> -# +# Created by: Mathieu Arnold <m@absolight.net> # $FreeBSD$ -# PORTNAME= YAPE-Regex PORTVERSION= 4.00 @@ -15,7 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Yet Another Parser/Extractor for Regular Expressions -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= YAPE::Regex.3 YAPE::Regex::Element.3 |