diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-09-17 15:06:45 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-09-17 15:06:45 +0800 |
commit | 79fbb8350f22e7e68aef4c92a80827c60005c28e (patch) | |
tree | 2df69b165e2932f48953219dc59b16447adc533f /textproc | |
parent | b05c953988e0122bde62a3426fcc23114604f9c1 (diff) | |
download | freebsd-ports-gnome-79fbb8350f22e7e68aef4c92a80827c60005c28e.tar.gz freebsd-ports-gnome-79fbb8350f22e7e68aef4c92a80827c60005c28e.tar.zst freebsd-ports-gnome-79fbb8350f22e7e68aef4c92a80827c60005c28e.zip |
- Change PERL_CONFIGURE to "yes" for all values between 5.8.1+ and 5.8.9+
Suggested by: az
With hat: perl
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-CSS-Croco/Makefile | 2 | ||||
-rw-r--r-- | textproc/p5-CSS-Minifier-XS/Makefile | 2 | ||||
-rw-r--r-- | textproc/p5-CSS-Packer/Makefile | 2 | ||||
-rw-r--r-- | textproc/p5-FormValidator-Lite/Makefile | 2 | ||||
-rw-r--r-- | textproc/p5-HTML-Packer/Makefile | 2 | ||||
-rw-r--r-- | textproc/p5-JavaScript-Minifier-XS/Makefile | 2 | ||||
-rw-r--r-- | textproc/p5-JavaScript-Packer/Makefile | 2 | ||||
-rw-r--r-- | textproc/p5-PDF-Table/Makefile | 2 | ||||
-rw-r--r-- | textproc/p5-Perl-Critic-Bangs/Makefile | 2 | ||||
-rw-r--r-- | textproc/p5-Perl-MinimumVersion/Makefile | 2 | ||||
-rw-r--r-- | textproc/p5-Plucene/Makefile | 2 | ||||
-rw-r--r-- | textproc/p5-Text-Chomp/Makefile | 2 | ||||
-rw-r--r-- | textproc/p5-XML-Atom-Stream/Makefile | 2 | ||||
-rw-r--r-- | textproc/p5-XML-Atom/Makefile | 2 | ||||
-rw-r--r-- | textproc/p5-XML-DOM-Lite/Makefile | 2 | ||||
-rw-r--r-- | textproc/p5-XML-Feed/Makefile | 2 |
16 files changed, 16 insertions, 16 deletions
diff --git a/textproc/p5-CSS-Croco/Makefile b/textproc/p5-CSS-Croco/Makefile index f36f4e2a778b..98aaf1a58aa0 100644 --- a/textproc/p5-CSS-Croco/Makefile +++ b/textproc/p5-CSS-Croco/Makefile @@ -17,7 +17,7 @@ BUILD_DEPENDS= p5-URI>=0:${PORTSDIR}/net/p5-URI \ libcroco>=0.6:${PORTSDIR}/textproc/libcroco RUN_DEPENDS= ${BUILD_DEPENDS} -PERL_CONFIGURE= 5.8.9+ +PERL_CONFIGURE= yes MAN3= CSS::Croco.3\ CSS::Croco::Selector.3\ CSS::Croco::Statement.3\ diff --git a/textproc/p5-CSS-Minifier-XS/Makefile b/textproc/p5-CSS-Minifier-XS/Makefile index 0d58c2d339bb..f82eb69cb6b3 100644 --- a/textproc/p5-CSS-Minifier-XS/Makefile +++ b/textproc/p5-CSS-Minifier-XS/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= XS based CSS minifier -PERL_CONFIGURE= 5.8.8+ +PERL_CONFIGURE= yes MAN3= CSS::Minifier::XS.3 diff --git a/textproc/p5-CSS-Packer/Makefile b/textproc/p5-CSS-Packer/Makefile index 055a2e4f303e..62291233e72e 100644 --- a/textproc/p5-CSS-Packer/Makefile +++ b/textproc/p5-CSS-Packer/Makefile @@ -16,7 +16,7 @@ COMMENT= Another CSS minifier RUN_DEPENDS= p5-Regexp-RegGrp>=1.001.001:${PORTSDIR}/devel/p5-Regexp-RegGrp -PERL_CONFIGURE= 5.8.9+ +PERL_CONFIGURE= yes MAN3= CSS::Packer.3 diff --git a/textproc/p5-FormValidator-Lite/Makefile b/textproc/p5-FormValidator-Lite/Makefile index 659e2e004915..ef46971f2aac 100644 --- a/textproc/p5-FormValidator-Lite/Makefile +++ b/textproc/p5-FormValidator-Lite/Makefile @@ -17,7 +17,7 @@ COMMENT= Lightleight form validation library RUN_DEPENDS= p5-UNIVERSAL-require>=0.11:${PORTSDIR}/devel/p5-UNIVERSAL-require \ p5-Class-Accessor-Lite>=0.05:${PORTSDIR}/devel/p5-Class-Accessor-Lite -PERL_CONFIGURE= 5.8.9+ +PERL_CONFIGURE= yes MAN3= FormValidator::Lite.3 \ FormValidator::Lite::Constraint.3 \ diff --git a/textproc/p5-HTML-Packer/Makefile b/textproc/p5-HTML-Packer/Makefile index 369a662546bb..e984920feb48 100644 --- a/textproc/p5-HTML-Packer/Makefile +++ b/textproc/p5-HTML-Packer/Makefile @@ -17,7 +17,7 @@ COMMENT= Another HTML code cleaner RUN_DEPENDS= p5-Regexp-RegGrp>=1.001.001:${PORTSDIR}/devel/p5-Regexp-RegGrp -PERL_CONFIGURE= 5.8.9+ +PERL_CONFIGURE= yes MAN3= HTML::Packer.3 diff --git a/textproc/p5-JavaScript-Minifier-XS/Makefile b/textproc/p5-JavaScript-Minifier-XS/Makefile index 2fd9603814bd..94647bbab927 100644 --- a/textproc/p5-JavaScript-Minifier-XS/Makefile +++ b/textproc/p5-JavaScript-Minifier-XS/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= XS based JavaScript minifier -PERL_CONFIGURE= 5.8.8+ +PERL_CONFIGURE= yes MAN3= JavaScript::Minifier::XS.3 diff --git a/textproc/p5-JavaScript-Packer/Makefile b/textproc/p5-JavaScript-Packer/Makefile index 848e44fad34f..b822923d0ba8 100644 --- a/textproc/p5-JavaScript-Packer/Makefile +++ b/textproc/p5-JavaScript-Packer/Makefile @@ -16,7 +16,7 @@ COMMENT= Perl version of Dean Edwards' Packer.js RUN_DEPENDS= p5-Regexp-RegGrp>=1.001.001:${PORTSDIR}/devel/p5-Regexp-RegGrp -PERL_CONFIGURE= 5.8.9+ +PERL_CONFIGURE= yes MAN3= JavaScript::Packer.3 diff --git a/textproc/p5-PDF-Table/Makefile b/textproc/p5-PDF-Table/Makefile index 7e635d159a2d..18625c99be52 100644 --- a/textproc/p5-PDF-Table/Makefile +++ b/textproc/p5-PDF-Table/Makefile @@ -17,7 +17,7 @@ COMMENT= A utility class for building table layouts in a PDF::API2 object BUILD_DEPENDS= ${SITE_PERL}/PDF/API2/Content/Text.pm:${PORTSDIR}/textproc/p5-PDF-API2 RUN_DEPENDS= ${BUILD_DEPENDS} -PERL_CONFIGURE= 5.8.7+ +PERL_CONFIGURE= yes MAN3= PDF::Table.3 diff --git a/textproc/p5-Perl-Critic-Bangs/Makefile b/textproc/p5-Perl-Critic-Bangs/Makefile index 51a0435e4654..cff3b8a9d18a 100644 --- a/textproc/p5-Perl-Critic-Bangs/Makefile +++ b/textproc/p5-Perl-Critic-Bangs/Makefile @@ -16,7 +16,7 @@ COMMENT= A collection of handy Perl::Critic policies BUILD_DEPENDS= ${SITE_PERL}/Perl/Critic.pm:${PORTSDIR}/textproc/p5-Perl-Critic RUN_DEPENDS= ${BUILD_DEPENDS} -PERL_CONFIGURE= 5.8.8+ +PERL_CONFIGURE= yes MAN3= Perl::Critic::Bangs.3 \ Perl::Critic::Policy::Bangs::ProhibitUselessRegexModifiers.3 \ diff --git a/textproc/p5-Perl-MinimumVersion/Makefile b/textproc/p5-Perl-MinimumVersion/Makefile index ddd1cd42fb85..5713092124d7 100644 --- a/textproc/p5-Perl-MinimumVersion/Makefile +++ b/textproc/p5-Perl-MinimumVersion/Makefile @@ -22,7 +22,7 @@ RUN_DEPENDS= p5-File-Find-Rule>=0.32:${PORTSDIR}/devel/p5-File-Find-Rule \ p5-version>=0.76:${PORTSDIR}/devel/p5-version BUILD_DEPENDS= ${RUN_DEPENDS} -PERL_CONFIGURE= 5.8.1+ +PERL_CONFIGURE= yes MAN1= perlver.1 MAN3= Perl::MinimumVersion.3 diff --git a/textproc/p5-Plucene/Makefile b/textproc/p5-Plucene/Makefile index 4719f1002090..dd672e6608a3 100644 --- a/textproc/p5-Plucene/Makefile +++ b/textproc/p5-Plucene/Makefile @@ -26,7 +26,7 @@ BUILD_DEPENDS= ${SITE_PERL}/Tie/Array/Sorted.pm:${PORTSDIR}/devel/p5-Tie-Array-S ${SITE_PERL}/IO/Scalar.pm:${PORTSDIR}/devel/p5-IO-stringy RUN_DEPENDS= ${BUILD_DEPENDS} -PERL_CONFIGURE= 5.8.1+ +PERL_CONFIGURE= yes MAN3= Plucene.3 \ Plucene::Analysis::Analyzer.3 \ diff --git a/textproc/p5-Text-Chomp/Makefile b/textproc/p5-Text-Chomp/Makefile index adfd99156506..c455f64dd503 100644 --- a/textproc/p5-Text-Chomp/Makefile +++ b/textproc/p5-Text-Chomp/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= A module implementing a portable chomp -PERL_CONFIGURE= 5.8.6+ +PERL_CONFIGURE= yes MAN3= Text::Chomp.3 diff --git a/textproc/p5-XML-Atom-Stream/Makefile b/textproc/p5-XML-Atom-Stream/Makefile index 8c95ce877149..3d4013d169e3 100644 --- a/textproc/p5-XML-Atom-Stream/Makefile +++ b/textproc/p5-XML-Atom-Stream/Makefile @@ -27,6 +27,6 @@ BUILD_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \ MAN3= XML::Atom::Stream.3 -PERL_CONFIGURE= 5.8.5+ # inherited from textproc/p5-XML-Atom +PERL_CONFIGURE= yes .include <bsd.port.mk> diff --git a/textproc/p5-XML-Atom/Makefile b/textproc/p5-XML-Atom/Makefile index 6378e9eab98f..51bd22868d3b 100644 --- a/textproc/p5-XML-Atom/Makefile +++ b/textproc/p5-XML-Atom/Makefile @@ -24,7 +24,7 @@ RUN_DEPENDS= p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inheri p5-XML-XPath>=0:${PORTSDIR}/textproc/p5-XML-XPath \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww -PERL_CONFIGURE= 5.8.5+ +PERL_CONFIGURE= yes MAN3= XML::Atom.3 \ XML::Atom::Client.3 \ diff --git a/textproc/p5-XML-DOM-Lite/Makefile b/textproc/p5-XML-DOM-Lite/Makefile index dc11b2f4b9d7..830441065451 100644 --- a/textproc/p5-XML-DOM-Lite/Makefile +++ b/textproc/p5-XML-DOM-Lite/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Lite Pure Perl XML DOM Parser Kit -PERL_CONFIGURE= 5.8.3+ +PERL_CONFIGURE= yes MAN3= XML::DOM::Lite.3 XML::DOM::Lite::Document.3 \ XML::DOM::Lite::NodeList.3 XML::DOM::Lite::Parser.3 \ diff --git a/textproc/p5-XML-Feed/Makefile b/textproc/p5-XML-Feed/Makefile index 05b782e9f91c..f9ef9afa7c44 100644 --- a/textproc/p5-XML-Feed/Makefile +++ b/textproc/p5-XML-Feed/Makefile @@ -31,7 +31,7 @@ RUN_DEPENDS= p5-Class-ErrorHandler>=0:${PORTSDIR}/devel/p5-Class-ErrorHandler \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= 5.8.5+ +PERL_CONFIGURE= yes MAN3= XML::Feed.3 \ XML::Feed::Content.3 \ |