summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2012-12-16 06:12:28 +0000
committerAndrej Zverev <az@FreeBSD.org>2012-12-16 06:12:28 +0000
commit10a2b4693fe100eb568b572e4d708e7d73fb560f (patch)
tree384db2430847574aba884f9787c765d0f5311558 /lang
parentUpdate sgwi 1.1.5 to use options NG (diff)
- Set default perl version for ports which currently using
(5.x+ and x < 12) scheme. Approved by: bapt@ (portmgr@)
Notes
Notes: svn path=/head/; revision=308985
Diffstat (limited to 'lang')
-rw-r--r--lang/p5-Marpa-PP/Makefile2
-rw-r--r--lang/p5-Marpa-XS/Makefile2
-rw-r--r--lang/p5-Marpa/Makefile2
-rw-r--r--lang/p5-Modern-Perl/Makefile1
-rw-r--r--lang/rakudo/Makefile2
-rw-r--r--lang/whitespace/Makefile2
6 files changed, 5 insertions, 6 deletions
diff --git a/lang/p5-Marpa-PP/Makefile b/lang/p5-Marpa-PP/Makefile
index 384b1826f3d6..ab622589abf3 100644
--- a/lang/p5-Marpa-PP/Makefile
+++ b/lang/p5-Marpa-PP/Makefile
@@ -24,7 +24,7 @@ BUILD_DEPENDS= p5-PPI>=1.206:${PORTSDIR}/textproc/p5-PPI \
TEST_DEPENDS= p5-Test-Weaken>=3.004000:${PORTSDIR}/devel/p5-Test-Weaken
# PERL_CONFIGURE failed on Perl 5.12.4
-PERL_MODBUILD= 5.10.0+
+PERL_MODBUILD= yes
MAN3= Marpa::PP.3 \
Marpa::PP::Advanced::Bibliography.3 \
diff --git a/lang/p5-Marpa-XS/Makefile b/lang/p5-Marpa-XS/Makefile
index 64557893a184..7f6e93e2e6db 100644
--- a/lang/p5-Marpa-XS/Makefile
+++ b/lang/p5-Marpa-XS/Makefile
@@ -27,7 +27,7 @@ RUN_DEPENDS= p5-ExtUtils-PkgConfig>=0:${PORTSDIR}/devel/p5-ExtUtils-PkgConfig \
TEST_DEPENDS= p5-Test-Weaken>=3.004000:${PORTSDIR}/devel/p5-Test-Weaken
-PERL_CONFIGURE= 5.10.0+
+PERL_CONFIGURE= yes
MAN3= Marpa::XS.3 \
Marpa::XS::Advanced::Bibliography.3 \
diff --git a/lang/p5-Marpa/Makefile b/lang/p5-Marpa/Makefile
index baba0626ce2d..260b34020ca4 100644
--- a/lang/p5-Marpa/Makefile
+++ b/lang/p5-Marpa/Makefile
@@ -21,7 +21,7 @@ BUILD_DEPENDS= p5-HTML-Parser>=3.64:${PORTSDIR}/www/p5-HTML-Parser \
RUN_DEPENDS= p5-HTML-Parser>=3.64:${PORTSDIR}/www/p5-HTML-Parser \
p5-PPI>=1.206:${PORTSDIR}/textproc/p5-PPI
-PERL_CONFIGURE= 5.10.0+
+PERL_CONFIGURE= yes
MAN3= Marpa::Advanced::Algorithm.3 \
Marpa::Advanced::Bibliography.3 \
diff --git a/lang/p5-Modern-Perl/Makefile b/lang/p5-Modern-Perl/Makefile
index d105310148f3..79a264660ab8 100644
--- a/lang/p5-Modern-Perl/Makefile
+++ b/lang/p5-Modern-Perl/Makefile
@@ -16,7 +16,6 @@ MAINTAINER= gslin@gslin.org
COMMENT= Enable all of the features of Modern Perl with one command
PERL_MODBUILD= yes
-USE_PERL5= 5.10.0+
MAN3= Modern::Perl.3
diff --git a/lang/rakudo/Makefile b/lang/rakudo/Makefile
index ccbc5221ccf1..88e523d2f5cd 100644
--- a/lang/rakudo/Makefile
+++ b/lang/rakudo/Makefile
@@ -42,7 +42,7 @@ BROKEN= Does not compile on ia64, powerpc, or sparc64
.endif
USE_BISON= build
-USE_PERL5_BUILD= 5.8.0+
+USE_PERL5_BUILD= yes
USE_GMAKE= yes
MAN1= perl6.1 rakudo.1
diff --git a/lang/whitespace/Makefile b/lang/whitespace/Makefile
index 5492d207d334..500c814a48f3 100644
--- a/lang/whitespace/Makefile
+++ b/lang/whitespace/Makefile
@@ -20,7 +20,7 @@ LICENSE= GPLv2
BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc
LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp
-USE_PERL5_BUILD= 5.8+
+USE_PERL5_BUILD= yes
WRKSRC= ${WRKDIR}/WSpace
USE_GMAKE= yes