aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2011-09-17 14:50:17 +0800
committersunpoet <sunpoet@FreeBSD.org>2011-09-17 14:50:17 +0800
commitf3ce34917a6938070244efdbb05a2944603c2020 (patch)
tree2480a69c51e93f1e0595149cf98b91d2034876ab /databases
parentf456a4c0eeb2dd0fcd327ecad4e1441fa0296a3f (diff)
downloadfreebsd-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 'databases')
-rw-r--r--databases/p5-Class-DBI-DDL/Makefile2
-rw-r--r--databases/p5-Exception-Class-DBI/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/databases/p5-Class-DBI-DDL/Makefile b/databases/p5-Class-DBI-DDL/Makefile
index e4459679e8ba..2788ca3aefa5 100644
--- a/databases/p5-Class-DBI-DDL/Makefile
+++ b/databases/p5-Class-DBI-DDL/Makefile
@@ -17,7 +17,7 @@ COMMENT= DDL for Class-DBI
RUN_DEPENDS= ${SITE_PERL}/Class/DBI.pm:${PORTSDIR}/databases/p5-Class-DBI
BUILD_DEPENDS= ${RUN_DEPENDS}
-PERL_MODBUILD= 5.8.0+
+PERL_MODBUILD= yes
MAN3= Class::DBI::DDL.3 \
Class::DBI::DDL::Pg.3
diff --git a/databases/p5-Exception-Class-DBI/Makefile b/databases/p5-Exception-Class-DBI/Makefile
index d0f397f2eeb5..8ec1543d1ebd 100644
--- a/databases/p5-Exception-Class-DBI/Makefile
+++ b/databases/p5-Exception-Class-DBI/Makefile
@@ -20,7 +20,7 @@ RUN_DEPENDS= ${SITE_PERL}/Exception/Class.pm:${PORTSDIR}/devel/p5-Exception-Clas
LICENSE_COMB= dual
LICENSE= ART10 GPLv1
-PERL_MODBUILD= 5.8.0+
+PERL_MODBUILD= yes
MAN3= Exception::Class::DBI.3