diff options
Diffstat (limited to 'textproc/p5-YAPE-Regex-Explain/Makefile')
-rw-r--r-- | textproc/p5-YAPE-Regex-Explain/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/textproc/p5-YAPE-Regex-Explain/Makefile b/textproc/p5-YAPE-Regex-Explain/Makefile index 04146e704194..949171052d39 100644 --- a/textproc/p5-YAPE-Regex-Explain/Makefile +++ b/textproc/p5-YAPE-Regex-Explain/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-YAPE-Regex-Explain -# Date created: 3 juin 2003 -# Whom: Mathieu Arnold <m@absolight.net> -# +# Created by: Mathieu Arnold <m@absolight.net> # $FreeBSD$ -# PORTNAME= YAPE-Regex-Explain PORTVERSION= 4.01 @@ -18,7 +14,8 @@ COMMENT= Explanation of a Regular Expression RUN_DEPENDS= p5-YAPE-Regex>=0:${PORTSDIR}/textproc/p5-YAPE-Regex BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= YAPE::Regex::Explain.3 |