summaryrefslogtreecommitdiff
path: root/databases/p5-Rose-DB/Makefile
diff options
context:
space:
mode:
authorsno <sno@pkgsrc.org>2009-08-19 20:42:18 +0000
committersno <sno@pkgsrc.org>2009-08-19 20:42:18 +0000
commit600183913dcfde80c95795d2d37ebddbbbcec6fb (patch)
treec59fc131d9307458d4c9f32620e9e2bce17df7dd /databases/p5-Rose-DB/Makefile
parentd3b1a387398b94002cf79ebb440da6a781c3f774 (diff)
downloadpkgsrc-600183913dcfde80c95795d2d37ebddbbbcec6fb.tar.gz
Updating package databases/p5-Rose-DB from 0.752 to 0.753
pkgsrc changes: - Adjusting license and dependencies Upstream changes: 0.753 (07.09.2009) - John Siracusa <siracusa@gmail.com> * Detect enum-like columns in PostgreSQL. (RT 46214) * Added support for the "sslmode" DSN option for PostgreSQL. (Reported by foudfou)
Diffstat (limited to 'databases/p5-Rose-DB/Makefile')
-rw-r--r--databases/p5-Rose-DB/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/databases/p5-Rose-DB/Makefile b/databases/p5-Rose-DB/Makefile
index 9b20fa6d3cc..3bfbabe00e7 100644
--- a/databases/p5-Rose-DB/Makefile
+++ b/databases/p5-Rose-DB/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2009/05/19 21:32:08 sno Exp $
+# $NetBSD: Makefile,v 1.9 2009/08/19 20:42:18 sno Exp $
-DISTNAME= Rose-DB-0.752
+DISTNAME= Rose-DB-0.753
PKGNAME= p5-${DISTNAME}
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Rose/}
@@ -8,10 +8,11 @@ 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= gnu-gpl-v2 # OR artistic
+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-Pg>=0.11:../../time/p5-DateTime-Format-Pg
DEPENDS+= p5-Rose-DateTime>=0.532:../../time/p5-Rose-DateTime