diff options
author | wen <wen@FreeBSD.org> | 2014-12-07 09:38:13 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2014-12-07 09:38:13 +0800 |
commit | b9a9d62f8266a20643a7e5a9cdf60c6586368f11 (patch) | |
tree | 4a87ba6a6c02f4bccd714a649756922de1314fad /databases/p5-DBD-CSV/Makefile | |
parent | 7e38e3a22fa7d33ca6424ce5b1ffb02872819ad3 (diff) | |
download | freebsd-ports-gnome-b9a9d62f8266a20643a7e5a9cdf60c6586368f11.tar.gz freebsd-ports-gnome-b9a9d62f8266a20643a7e5a9cdf60c6586368f11.tar.zst freebsd-ports-gnome-b9a9d62f8266a20643a7e5a9cdf60c6586368f11.zip |
- Update to 0.46
Changes: http://cpansearch.perl.org/src/HMBRAND/DBD-CSV-0.46/ChangeLog
- Update DEPENDS
Diffstat (limited to 'databases/p5-DBD-CSV/Makefile')
-rw-r--r-- | databases/p5-DBD-CSV/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/databases/p5-DBD-CSV/Makefile b/databases/p5-DBD-CSV/Makefile index 1441200c4a81..ed7c470dd7b8 100644 --- a/databases/p5-DBD-CSV/Makefile +++ b/databases/p5-DBD-CSV/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= DBD-CSV -PORTVERSION= 0.43 -PORTREVISION= 1 +PORTVERSION= 0.46 PORTEPOCH= 1 CATEGORIES= databases perl5 MASTER_SITES= CPAN @@ -14,9 +13,9 @@ COMMENT= DBI driver for CSV files LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-DBI>=1.614:${PORTSDIR}/databases/p5-DBI \ - p5-SQL-Statement>=1.33:${PORTSDIR}/databases/p5-SQL-Statement \ - p5-Text-CSV_XS>=0.71:${PORTSDIR}/textproc/p5-Text-CSV_XS +BUILD_DEPENDS= p5-DBI>=1.628:${PORTSDIR}/databases/p5-DBI \ + p5-SQL-Statement>=1.405:${PORTSDIR}/databases/p5-SQL-Statement \ + p5-Text-CSV_XS>=1.01:${PORTSDIR}/textproc/p5-Text-CSV_XS RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 tar:tgz |