diff options
author | kris <kris@FreeBSD.org> | 2004-06-09 11:24:49 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-06-09 11:24:49 +0800 |
commit | f53ab99eec2c56b7eabc97f068af5ec1e583b301 (patch) | |
tree | 27d8524a95cf857261515da9bf19b195461cef70 /databases/p5-DBD-RAM/Makefile | |
parent | 6639b7a1ceb80f0b4cd786bb168168c8d93b61b8 (diff) | |
download | freebsd-ports-gnome-f53ab99eec2c56b7eabc97f068af5ec1e583b301.tar.gz freebsd-ports-gnome-f53ab99eec2c56b7eabc97f068af5ec1e583b301.tar.zst freebsd-ports-gnome-f53ab99eec2c56b7eabc97f068af5ec1e583b301.zip |
BROKEN with perl < 5.6: does not build
Diffstat (limited to 'databases/p5-DBD-RAM/Makefile')
-rw-r--r-- | databases/p5-DBD-RAM/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |