pkgsrc/databases/p5-DBD-CSV/Makefile
hiramatsu 09367d436b Updated to version 0.22. Changes from 0.2002:
2005-04-01  Jeff Zucker <jzuckerATcpan.org> (0.22)

        * removed DESTROY and disconnect - use DBD File's instead

        * added ignore_missing_table flag to avoid warnings with
          DROP TABLE IF EXISTS

2004-04-18  Jeff Zucker <jzuckerATcpan.org> (0.21)

        * added support for $dbh->{Active}, should now work
          well with Class::DBI and other caching systems

        * added support for DROP TABLE IF EXISTS - doesn't
          complain if table is already dropped

        * removed DBD::File from the distribution - it's now
          distributed with DBI 1.42 and higher
2005-08-17 15:06:10 +00:00

21 lines
606 B
Makefile

# $NetBSD: Makefile,v 1.19 2005/08/17 15:06:10 hiramatsu Exp $
#
DISTNAME= DBD-CSV-0.22
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5dcs
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBD/}
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/DBD-CSV/
COMMENT= Access CSV files via DBI
DEPENDS+= p5-DBI>=1.13:../../databases/p5-DBI
DEPENDS+= p5-SQL-Statement>=0.1016:../../databases/p5-SQL-Statement
DEPENDS+= p5-Text-CSV_XS>=0.20:../../textproc/p5-Text-CSV_XS
PERL5_PACKLIST= auto/DBD/CSV/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"