f9ba93928c
0.813 (11.07.2014) - John Siracusa <siracusa@gmail.com> * Added prepare_options parameter to get_objects_iterator_from_sql() and get_objects_from_sql() Manager methods (RT 98014) 0.812 (11.07.2014) - John Siracusa <siracusa@gmail.com> * Second attempt to address precision and scale mix-ups in auto-loaded numeric column metadata. * Fixed get_objects_count() with custom select lists and distinct (Reported by Alexander Karelas) * Fixed precision and scale references in the tutorial (RT 96079) * Fixed an incorrect method name in the Rose::DB::Object::Helpers documentation (RT 97602) * Fixed a bug where save() parameters were not passed to map record save() calls (RT 98730) * Corrected a typo in the documentation (RT 94100) * Updated tests to work with DBD::Pg versions greater than 2.x.x. 0.811 (03.21.2014) - John Siracusa <siracusa@gmail.com> * Fixed a bug that prevented many-to-many map records from being saved to the database (RT 93531)
31 lines
1.1 KiB
Makefile
31 lines
1.1 KiB
Makefile
# $NetBSD: Makefile,v 1.20 2014/12/12 05:02:18 mef Exp $
|
|
|
|
DISTNAME= Rose-DB-Object-0.813
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= databases perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Rose/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/~jsiracusa/Rose-DB-Object/
|
|
COMMENT= Extensible, high performance RDBMS-OO mapper
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-Bit-Vector>=6.4:../../devel/p5-Bit-Vector
|
|
DEPENDS+= p5-Clone>=0.29:../../devel/p5-Clone
|
|
DEPENDS+= p5-DateTime-[0-9]*:../../time/p5-DateTime
|
|
DEPENDS+= p5-List-MoreUtils-[0-9]*:../../devel/p5-List-MoreUtils
|
|
DEPENDS+= p5-Rose-DB>=0.763:../../databases/p5-Rose-DB
|
|
DEPENDS+= p5-Rose-DateTime>=0.532:../../time/p5-Rose-DateTime
|
|
DEPENDS+= p5-Rose-Object>=0.854:../../devel/p5-Rose-Object
|
|
DEPENDS+= p5-Time-Clock-[0-9]*:../../time/p5-Time-Clock
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Rose/DB/Object/.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"
|