aboutsummaryrefslogtreecommitdiffstats
path: root/databases/p5-DBD-CSV
diff options
context:
space:
mode:
authorerwin <erwin@FreeBSD.org>2005-05-02 19:23:29 +0800
committererwin <erwin@FreeBSD.org>2005-05-02 19:23:29 +0800
commit5ed33739fc92b422a57117c0253d6689fefe5a4e (patch)
tree2d4225b3f9e985bef8e347b25fe9bc1ace5b5ec6 /databases/p5-DBD-CSV
parent3420ed1b06138da74ddc562e8188a222a4abe79e (diff)
downloadfreebsd-ports-gnome-5ed33739fc92b422a57117c0253d6689fefe5a4e.tar.gz
freebsd-ports-gnome-5ed33739fc92b422a57117c0253d6689fefe5a4e.tar.zst
freebsd-ports-gnome-5ed33739fc92b422a57117c0253d6689fefe5a4e.zip
Mark IGNORE for perl < 5.6.x, which also drops the databases/p5-DBD-File
dependency. Prompted by: mat PR: 80015
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>