diff options
author | wen <wen@FreeBSD.org> | 2010-09-27 14:52:44 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2010-09-27 14:52:44 +0800 |
commit | 373d89172626d922191cf8394f42954c2c4e9045 (patch) | |
tree | 66e2756f57c0221af70fa6a6c2088a4464702d71 /databases/p5-DBD-CSV | |
parent | 0f8dc8c86aba9e8ef98da63d3ba3cdbd19a6c7a8 (diff) | |
download | freebsd-ports-gnome-373d89172626d922191cf8394f42954c2c4e9045.tar.gz freebsd-ports-gnome-373d89172626d922191cf8394f42954c2c4e9045.tar.zst freebsd-ports-gnome-373d89172626d922191cf8394f42954c2c4e9045.zip |
- Update DEPENDS and improve Makefile
Submitted by: frederic@culot.org (via Email)
Diffstat (limited to 'databases/p5-DBD-CSV')
-rw-r--r-- | databases/p5-DBD-CSV/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/databases/p5-DBD-CSV/Makefile b/databases/p5-DBD-CSV/Makefile index 423befed526b..644cb626c191 100644 --- a/databases/p5-DBD-CSV/Makefile +++ b/databases/p5-DBD-CSV/Makefile @@ -7,6 +7,7 @@ PORTNAME= DBD-CSV PORTVERSION= 0.31 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= databases perl5 MASTER_SITES= CPAN @@ -16,12 +17,12 @@ EXTRACT_SUFX= .tgz MAINTAINER= perl@FreeBSD.org COMMENT= DBI driver for CSV files -RUN_DEPENDS= p5-DBI>=1.61.1:${PORTSDIR}/databases/p5-DBI \ - p5-SQL-Statement>=1.25:${PORTSDIR}/databases/p5-SQL-Statement \ +RUN_DEPENDS= p5-DBI>=1.613:${PORTSDIR}/databases/p5-DBI \ + p5-SQL-Statement>=1.30:${PORTSDIR}/databases/p5-SQL-Statement \ p5-Text-CSV_XS>=0.71:${PORTSDIR}/textproc/p5-Text-CSV_XS BUILD_DEPENDS= ${RUN_DEPENDS} -PERL_CONFIGURE= 5.8.0+ +PERL_CONFIGURE= 5.8.1+ MAN3= DBD::CSV.3 Bundle::DBD::CSV.3 |