summaryrefslogtreecommitdiff
path: root/databases/p5-Rose-DB-Object/Makefile
diff options
context:
space:
mode:
authorabs <abs>2008-05-28 22:05:02 +0000
committerabs <abs>2008-05-28 22:05:02 +0000
commitb5c248fe0a49574e54caf8e99f2d63b7f483a9a1 (patch)
tree85b10b45ee436628867d13225b48b3725e36d5e8 /databases/p5-Rose-DB-Object/Makefile
parente486e32d63da480c60adb1933046664777633e54 (diff)
downloadpkgsrc-b5c248fe0a49574e54caf8e99f2d63b7f483a9a1.tar.gz
Updated databases/Rose-DB-Object to 0.770
0.770 (05.28.2008) - John Siracusa <siracusa@gmail.com> * Added "iterator" method type, similar to "find", to OneToMany and ManyToMany. (Patch by Peter Karman - peknet@gmail.com) * Updated the Loader documentation to describe an important consideration when regenerating modules with make_modules(). * Improved error propagation in relationship methods. (Suggested by Wiggins d'Anconia) * Skip the interactive part of the test suite when the AUTOMATED_TESTING environment variable is set. * Test suite now accounts for versions of DBD::mysql that predate the mysql_is_auto_increment column attribute. 0.769 (04.01.2008) - John Siracusa <siracusa@gmail.com> * Improved the default singular/plural conversion rules in the Convention Manager. (Suggested by David Brownlee) * Added new join type override syntax for the Manager's with_objects and require_objects parameters. * Added column method naming conventions to the Convention Manager. * Added Manager naming conventions to the Convention Manager and exposed more Manager-related defaults in the Metadata and Manager class. (Patch by Bradley C Bailey, modified by John Siracusa) * Column method names are now allowed at the end of compound Manager query parameters (e.g., "a.b.method") * Clarified column/method query parameter documentation. * Postgres tests are not skipped when DBD::Pg version 2.1.x or 2.2.0 is installed. (Bus error for me in t/deep-joins.t)
Diffstat (limited to 'databases/p5-Rose-DB-Object/Makefile')
-rw-r--r--databases/p5-Rose-DB-Object/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/databases/p5-Rose-DB-Object/Makefile b/databases/p5-Rose-DB-Object/Makefile
index 16a3fe25672..5f6afec3700 100644
--- a/databases/p5-Rose-DB-Object/Makefile
+++ b/databases/p5-Rose-DB-Object/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2008/04/06 00:22:16 abs Exp $
+# $NetBSD: Makefile,v 1.3 2008/05/28 22:05:02 abs Exp $
-DISTNAME= Rose-DB-Object-0.768
+DISTNAME= Rose-DB-Object-0.770
PKGNAME= p5-${DISTNAME}
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Rose/}
@@ -16,7 +16,10 @@ DEPENDS+= p5-List-MoreUtils-[0-9]*:../../devel/p5-List-MoreUtils
DEPENDS+= p5-Rose-DB>=0.740:../../databases/p5-Rose-DB
DEPENDS+= p5-Rose-DateTime-[0-9]*:../../time/p5-Rose-DateTime
-PERL5_PACKLIST= auto/Rose/DB/Object/.packlist
+USE_LANGUAGES= # empty
+PERL5_PACKLIST= auto/Rose/DB/Object/.packlist
+
+PKG_DESTDIR_SUPPORT= user-destdir
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"