e6508cb98b
PostgreSQL Adapter for DataMapper.
16 lines
589 B
Makefile
16 lines
589 B
Makefile
# $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"
|