summaryrefslogtreecommitdiff
path: root/databases/ruby-dm-postgres-adapter/Makefile
blob: 1a8d8798a5e6a5be0905b35d09674ff62cc17318 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $NetBSD: Makefile,v 1.1.1.1 2011/12/17 17:30:36 taca Exp $

DISTNAME=	dm-postgres-adapter-1.2.0
CATEGORIES=	databases

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	http://github.com/datamapper/dm-postgres-adapter
COMMENT=	PostgreSQL Adapter for DataMapper
LICENSE=	mit

DEPENDS+=	${RUBY_PKGPREFIX}-dm-core>=1.2.0<1.3:../../databases/ruby-dm-core
DEPENDS+=	${RUBY_PKGPREFIX}-do_postgres>=0.10.6<0.11:../../databases/ruby-do_postgres
DEPENDS+=	${RUBY_PKGPREFIX}-dm-do-adapter>=1.2.0<1.3:../../databases/ruby-dm-do-adapter

.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"