mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
- Update DEPENDS and improve Makefile
Submitted by: frederic@culot.org (via Email)
This commit is contained in:
parent
a2c7d8792c
commit
d5f330710f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=261922
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user