3a85c3e68c
Upstream changes: 0.771 (08.04.2013) - John Siracusa <siracusa@gmail.com> * Documented the behavior of the dsn attribute when it has an explicit value and attributes that contribute to the dsn are also set (RT 87487) 0.770 (11.24.2012) - John Siracusa <siracusa@gmail.com> * Fixed "DBD::Informix::st execute failed: SQL: -255: Not in transaction" errors in the test suite. (Patch by Sergey Leschenko.) 0.769 (05.25.2012) - John Siracusa <siracusa@gmail.com> * Fixed (more) test failures due to DBD::SQLite not being installed. 0.768 (05.12.2012) - John Siracusa <siracusa@gmail.com> * Fixed test failures due to DBD::SQLite not being installed. 0.767 (05.01.2012) - John Siracusa <siracusa@gmail.com> * Fixed some bugs that could cause connect_options not to be honored. * Fixed some incorrectly failing handle_error tests. * Updated Rose::DB::Oracle to honor NLS_*_FORMAT environment variables for dates.
33 lines
1.3 KiB
Makefile
33 lines
1.3 KiB
Makefile
# $NetBSD: Makefile,v 1.20 2013/08/15 12:22:04 wen Exp $
|
|
|
|
DISTNAME= Rose-DB-0.771
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= databases perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Rose/}
|
|
|
|
MAINTAINER= abs@absd.org
|
|
HOMEPAGE= http://search.cpan.org/~jsiracusa/Rose-DB/
|
|
COMMENT= DBI wrapper and abstraction layer
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-Bit-Vector>=6.4:../../devel/p5-Bit-Vector
|
|
DEPENDS+= p5-Clone-PP-[0-9]*:../../devel/p5-Clone-PP
|
|
DEPENDS+= p5-DateTime-[0-9]*:../../time/p5-DateTime
|
|
DEPENDS+= p5-DateTime-Format-MySQL-[0-9]*:../../time/p5-DateTime-Format-MySQL
|
|
DEPENDS+= p5-DateTime-Format-Oracle-[0-9]*:../../time/p5-DateTime-Format-Oracle
|
|
DEPENDS+= p5-DateTime-Format-Pg>=0.11:../../time/p5-DateTime-Format-Pg
|
|
DEPENDS+= p5-Rose-DateTime>=0.532:../../time/p5-Rose-DateTime
|
|
DEPENDS+= p5-Rose-Object>=0.854:../../devel/p5-Rose-Object
|
|
DEPENDS+= p5-SQL-ReservedWords-[0-9]*:../../databases/p5-SQL-ReservedWords
|
|
DEPENDS+= p5-Time-Clock-[0-9]*:../../time/p5-Time-Clock
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Rose/DB/.packlist
|
|
|
|
post-extract:
|
|
${FIND} ${WRKSRC} -name "*.pm" -type f -exec ${CHMOD} -x {} \;
|
|
${FIND} ${WRKSRC} -name "*.pod" -type f -exec ${CHMOD} -x {} \;
|
|
|
|
.include "../../databases/p5-DBI/buildlink3.mk"
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|