414f712d2a
Upstream changes: Changes in DBI 1.640 - 28th January 2018 Fix test t/91_store_warning.t for perl 5.10.0 thanks to pali #57 Add Perl 5.10.0 and 5.8.1 specific versions to Travis testing thanks to pali #57 Add registration of mariadb_ prefix for new DBD::MariaDB driver thanks to pali #56
18 lines
482 B
Makefile
18 lines
482 B
Makefile
# $NetBSD: Makefile,v 1.79 2018/02/02 02:11:51 wen Exp $
|
|
|
|
DISTNAME= DBI-1.640
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= databases perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBI/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://dbi.perl.org/
|
|
COMMENT= The database-independent Perl database access API
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
USE_LANGUAGES= c
|
|
PERL5_PACKLIST= auto/DBI/.packlist
|
|
REPLACE_PERL= dbixs_rev.pl
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|