summaryrefslogtreecommitdiff
path: root/databases/p5-Rose-DB/Makefile
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2008-05-28 22:07:00 +0000
committerabs <abs@pkgsrc.org>2008-05-28 22:07:00 +0000
commit412d593ba04f0569575e645b84ec90381e2efbe8 (patch)
treec4568a4c0ffc4a8760d71c20703dd198f91b0c2e /databases/p5-Rose-DB/Makefile
parente8d4688a08be8da9f28cab206221b601215a5bc7 (diff)
downloadpkgsrc-412d593ba04f0569575e645b84ec90381e2efbe8.tar.gz
Updated databases/p5-Rose-DB to 0.744
0.744 (05.28.2008) - John Siracusa <siracusa@gmail.com> * Added fixup() class method call to auto_load_fixups(). (Suggested by Justin Ellison) * Skip the interactive part of the test suite when the AUTOMATED_TESTING environment variable is set. 0.743 (04.02.2008) - John Siracusa <siracusa@gmail.com> * Fixed some warnings and made nice with the CPAN version extractor. 0.742 (04.01.2008) - John Siracusa <siracusa@gmail.com> * Added warning for ancient DBD::mysql versions. * Support for Rose::DB::Object 0.769.
Diffstat (limited to 'databases/p5-Rose-DB/Makefile')
-rw-r--r--databases/p5-Rose-DB/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/databases/p5-Rose-DB/Makefile b/databases/p5-Rose-DB/Makefile
index 626eaab0591..6b118c659b2 100644
--- a/databases/p5-Rose-DB/Makefile
+++ b/databases/p5-Rose-DB/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2008/04/06 00:21:12 abs Exp $
+# $NetBSD: Makefile,v 1.3 2008/05/28 22:07:00 abs Exp $
-DISTNAME= Rose-DB-0.741
+DISTNAME= Rose-DB-0.744
PKGNAME= p5-${DISTNAME}
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Rose/}
@@ -20,7 +20,10 @@ DEPENDS+= p5-SQL-ReservedWords-[0-9]*:../../databases/p5-SQL-ReservedWords
DEPENDS+= p5-Time-Clock-[0-9]*:../../time/p5-Time-Clock
DEPENDS+= p5-YAML-Syck-[0-9]*:../../textproc/p5-YAML-Syck
-PERL5_PACKLIST= auto/Rose/DB/.packlist
+USE_LANGUAGES= # empty
+PERL5_PACKLIST= auto/Rose/DB/.packlist
+
+PKG_DESTDIR_SUPPORT= user-destdir
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"