diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2005-05-02 11:23:29 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2005-05-02 11:23:29 +0000 |
commit | 0c61cd09b170ee714bf9d056977eb85ebbba3133 (patch) | |
tree | 5ca79f127972392b6c8591a533374ff06a7c7797 /databases/p5-DBD-CSV | |
parent | 1de4043bdf83fccdd544b42582229681909f76dc (diff) | |
download | ports-0c61cd09b170ee714bf9d056977eb85ebbba3133.tar.gz ports-0c61cd09b170ee714bf9d056977eb85ebbba3133.zip |
Notes
Diffstat (limited to 'databases/p5-DBD-CSV')
-rw-r--r-- | databases/p5-DBD-CSV/Makefile | 8 |
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> |