From f53ab99eec2c56b7eabc97f068af5ec1e583b301 Mon Sep 17 00:00:00 2001 From: kris Date: Wed, 9 Jun 2004 03:24:49 +0000 Subject: BROKEN with perl < 5.6: does not build --- databases/p5-DBD-RAM/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'databases') diff --git a/databases/p5-DBD-RAM/Makefile b/databases/p5-DBD-RAM/Makefile index bb09bb3bf7a4..83362dcf82b7 100644 --- a/databases/p5-DBD-RAM/Makefile +++ b/databases/p5-DBD-RAM/Makefile @@ -28,6 +28,7 @@ MAN3= DBD::RAM.3 .if ${PERL_LEVEL} < 500600 BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI-137 RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI-137 +BROKEN= "Does not build with perl < 5.6" .else BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI -- cgit