summaryrefslogtreecommitdiff
path: root/databases/p5-DBD-CSV
diff options
context:
space:
mode:
Diffstat (limited to 'databases/p5-DBD-CSV')
-rw-r--r--databases/p5-DBD-CSV/Makefile7
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