f4bda549dd
- Updating package of p5 module DBI & Co. from 1.608 to 1.609 - Setting LICENSE to ${PERL5_LICENSE} according to META.yaml - Removing dependency to devel/p5-Test-Simple: required version is in pkgsrc distributed perl core Upstream changes: Fixes to DBD::File (H.Merijn Brand) added f_schema attribute table names case sensitive when quoted, insensitive when unquoted workaround a bug in SQL::Statement (temporary fix) related to the "You passed x parameters where y required" error Added ImplementorClass and Name info to the "Issuing rollback() due to DESTROY without explicit disconnect" warning to identify the handle. Applies to compiled drivers when they are recompiled. Added DBI->visit_handles($coderef) method. Added $h->visit_child_handles($coderef) method. Added docs for column_info()'s COLUMN_DEF value. Clarified docs on stickyness of data type via bind_param(). Clarified docs on stickyness of data type via bind_col().
22 lines
550 B
Makefile
22 lines
550 B
Makefile
# $NetBSD: Makefile,v 1.45 2009/06/14 21:03:32 sno Exp $
|
|
|
|
DISTNAME= DBI-1.609
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= databases perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBD/}
|
|
|
|
MAINTAINER= rhaen@NetBSD.org
|
|
HOMEPAGE= http://dbi.perl.org/
|
|
COMMENT= The database-independent Perl database access API
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
REPLACE_PERL= dbixs_rev.pl
|
|
|
|
USE_LANGUAGES= c
|
|
PERL5_PACKLIST= auto/DBI/.packlist
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|