diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-11 07:12:18 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-11 07:12:18 +0000 |
commit | 7657fda5944d0dfd9a5c121dc6d2e87a7dd44230 (patch) | |
tree | b790926090e5ba48d7e2febe73a92d8a3b110612 /textproc/p5-Regexp-Common-profanity_us | |
parent | 4240fc6bea860b1d7a2de8626e6946349e4e947f (diff) |
Notes
Diffstat (limited to 'textproc/p5-Regexp-Common-profanity_us')
-rw-r--r-- | textproc/p5-Regexp-Common-profanity_us/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/textproc/p5-Regexp-Common-profanity_us/Makefile b/textproc/p5-Regexp-Common-profanity_us/Makefile index 81f625196dcd..41970c0d7c60 100644 --- a/textproc/p5-Regexp-Common-profanity_us/Makefile +++ b/textproc/p5-Regexp-Common-profanity_us/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Regexp-Common-profanity_us -# Date created: 2006-07-11 -# Whom: Gea-Suan Lin <gslin@gslin.org> -# +# Created by: Gea-Suan Lin <gslin@gslin.org> # $FreeBSD$ -# PORTNAME= Regexp-Common-profanity_us PORTVERSION= 4.112150 @@ -17,7 +13,8 @@ COMMENT= Provide regexes for U.S. profanity BUILD_DEPENDS= p5-Regexp-Common>=0:${PORTSDIR}/textproc/p5-Regexp-Common RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Regexp::Common::profanity_us.3 \ Regexp::Profanity::US.3 |