a5fe6feac1
Upstream changes: 0.41 - 2013-07-29, H.Merijn Brand * Use File::Spec->tmpdir () for universal existing folder Note that huge $TMP folders may cause the test to run slow * Use File::Spec::rel2abs () instead of abs_path and hoops * Guard against parallel testing, which is unsupported * Guard against streaming tests (they PASS on the DBI-devel) 0.40 - 2013-07-23, H.Merijn Brand * Fix version references in doc * Fix tests for Windows 0.39 - 2013-06-28, H.Merijn Brand * Use f_file in docs. file is deprecated * DBD::CSV's repository moved to github * Add test for row-completeness * Fix UTF-8 tests to better follow Text::CSV_XS auto-encoding * Require more recent versions of low level modules that fixe issues reported for DBD::CSV * Development will also do mosts tests with DBI_SQL_NANO=1 * Added support for f_dir_search from DBD::File (in fact DBI was changed to feature this for DBD::CSV :) * Fix test relying on spell-error in DBI's error message * Document csv_class (still undertested)
29 lines
864 B
Makefile
29 lines
864 B
Makefile
# $NetBSD: Makefile,v 1.38 2014/02/23 14:47:47 wen Exp $
|
|
|
|
DISTNAME= DBD-CSV-0.41
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5dcs
|
|
CATEGORIES= databases perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBD/}
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/DBD-CSV/
|
|
COMMENT= Access CSV files via DBI
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-SQL-Statement>=1.31:../../databases/p5-SQL-Statement
|
|
DEPENDS+= p5-Text-CSV_XS>=0.91:../../textproc/p5-Text-CSV_XS
|
|
|
|
BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.90}:../../devel/p5-Test-Simple
|
|
|
|
CONFLICTS+= p5-SQL-Statement<=1.27
|
|
CONFLICTS+= p5-DBI<=1.611
|
|
|
|
PERL5_PACKLIST= auto/DBD/CSV/.packlist
|
|
REPLACE_PERL+= lib/DBD/CSV.pm
|
|
|
|
BUILDLINK_API_DEPENDS.p5-DBI+= p5-DBI>=1.614
|
|
.include "../../databases/p5-DBI/buildlink3.mk"
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|