aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Test-Class
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-09-17 06:50:17 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-09-17 06:50:17 +0000
commit57b83a1e378b3b84526b72e55e17d0118904f1a2 (patch)
treefaf187a73e7d3b71bb7e87331c0cf13bb06ccae4 /devel/p5-Test-Class
parent6fb6597c896b7c2d85ae3cf5c992dff59a7205ac (diff)
downloadports-57b83a1e378b3b84526b72e55e17d0118904f1a2.tar.gz
ports-57b83a1e378b3b84526b72e55e17d0118904f1a2.zip
- Change PERL_MODBUILD to "yes" for all values less than or equal to 5.8.0+
With hat: perl
Notes
Notes: svn path=/head/; revision=281879
Diffstat (limited to 'devel/p5-Test-Class')
-rw-r--r--devel/p5-Test-Class/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/p5-Test-Class/Makefile b/devel/p5-Test-Class/Makefile
index 73ec81bc7834..6ed293103948 100644
--- a/devel/p5-Test-Class/Makefile
+++ b/devel/p5-Test-Class/Makefile
@@ -18,7 +18,7 @@ RUN_DEPENDS= p5-MRO-Compat>=0.11:${PORTSDIR}/devel/p5-MRO-Compat
BUILD_DEPENDS= ${RUN_DEPENDS}
BUILD_DEPENDS+= p5-Test-Exception>=0.25:${PORTSDIR}/devel/p5-Test-Exception
-PERL_MODBUILD= 5.8.0+
+PERL_MODBUILD= yes
MAN3= Test::Class.3 \
Test::Class::Load.3 \