diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-09-17 14:50:17 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-09-17 14:50:17 +0800 |
commit | f3ce34917a6938070244efdbb05a2944603c2020 (patch) | |
tree | 2480a69c51e93f1e0595149cf98b91d2034876ab /textproc | |
parent | f456a4c0eeb2dd0fcd327ecad4e1441fa0296a3f (diff) | |
download | freebsd-ports-gnome-f3ce34917a6938070244efdbb05a2944603c2020.tar.gz freebsd-ports-gnome-f3ce34917a6938070244efdbb05a2944603c2020.tar.zst freebsd-ports-gnome-f3ce34917a6938070244efdbb05a2944603c2020.zip |
- Change PERL_MODBUILD to "yes" for all values less than or equal to 5.8.0+
With hat: perl
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-KinoSearch/Makefile | 2 | ||||
-rw-r--r-- | textproc/p5-Lingua-Stem-Snowball/Makefile | 2 | ||||
-rw-r--r-- | textproc/p5-Text-RecordParser/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/textproc/p5-KinoSearch/Makefile b/textproc/p5-KinoSearch/Makefile index bf64bf7e2d0a..05d2209f65cc 100644 --- a/textproc/p5-KinoSearch/Makefile +++ b/textproc/p5-KinoSearch/Makefile @@ -22,7 +22,7 @@ MODULE_DEPENDS= p5-Lingua-StopWords>=0.02:${PORTSDIR}/textproc/p5-Lingua-StopWor RUN_DEPENDS+= ${MODULE_DEPENDS} BUILD_DEPENDS+= ${MODULE_DEPENDS} -PERL_MODBUILD= 5.8.0+ +PERL_MODBUILD= yes MAN3= KinoSearch.3 \ KinoSearch::Analysis::Analyzer.3 \ diff --git a/textproc/p5-Lingua-Stem-Snowball/Makefile b/textproc/p5-Lingua-Stem-Snowball/Makefile index 0c2f4059fe99..9a1a013073d3 100644 --- a/textproc/p5-Lingua-Stem-Snowball/Makefile +++ b/textproc/p5-Lingua-Stem-Snowball/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org COMMENT= Lingua::Stem::Snowball - Perl interface to Snowball stemmers -PERL_MODBUILD= 5.8.0+ +PERL_MODBUILD= yes MAN3= Lingua::Stem::Snowball.3 diff --git a/textproc/p5-Text-RecordParser/Makefile b/textproc/p5-Text-RecordParser/Makefile index 54f3ab7d67ee..0d2da05f0ebc 100644 --- a/textproc/p5-Text-RecordParser/Makefile +++ b/textproc/p5-Text-RecordParser/Makefile @@ -22,7 +22,7 @@ BUILD_DEPENDS= ${SITE_PERL}/IO/Scalar.pm:${PORTSDIR}/devel/p5-IO-stringy \ p5-version>=0:${PORTSDIR}/devel/p5-version RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_MODBUILD= 5.8.0+ +PERL_MODBUILD= yes MAN1= tablify.1 tabmerge.1 tab2graph.1 MAN3= Text::RecordParser.3 \ |