summaryrefslogtreecommitdiff
path: root/databases/p5-DBD-CSV
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2005-05-02 11:23:29 +0000
committerErwin Lansing <erwin@FreeBSD.org>2005-05-02 11:23:29 +0000
commit0c61cd09b170ee714bf9d056977eb85ebbba3133 (patch)
tree5ca79f127972392b6c8591a533374ff06a7c7797 /databases/p5-DBD-CSV
parent- Add rcNG script option (diff)
Mark IGNORE for perl < 5.6.x, which also drops the databases/p5-DBD-File
dependency. Prompted by: mat PR: 80015
Notes
Notes: svn path=/head/; revision=134494
Diffstat (limited to 'databases/p5-DBD-CSV')
-rw-r--r--databases/p5-DBD-CSV/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/databases/p5-DBD-CSV/Makefile b/databases/p5-DBD-CSV/Makefile
index 5cde98c82522..d98f3f56aa56 100644
--- a/databases/p5-DBD-CSV/Makefile
+++ b/databases/p5-DBD-CSV/Makefile
@@ -17,7 +17,7 @@ MAINTAINER= erwin@FreeBSD.org
COMMENT= DBI driver for CSV files
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Text/CSV_XS.pm:${PORTSDIR}/textproc/p5-Text-CSV_XS \
- ${SITE_PERL}/DBD/File.pm:${PORTSDIR}/databases/p5-DBD-File
+ ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= YES
@@ -27,11 +27,7 @@ MAN3= DBD::CSV.3 Bundle::DBD::CSV.3
.include <bsd.port.pre.mk>
.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
-.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
+IGNORE= Port requires perl 5.6.x or later. Install lang/perl5 then try again
.endif
.include <bsd.port.post.mk>