summaryrefslogtreecommitdiff
path: root/databases/ruby-dm-migrations/Makefile
blob: 1e3f61e549825c41c6160dc41e4396c73bd36295 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $NetBSD: Makefile,v 1.2 2011/06/19 08:26:09 taca Exp $

DISTNAME=	dm-migrations-1.1.0
CATEGORIES=	databases

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	http://github.com/datamapper/dm-migrations
COMMENT=	DataMapper plugin for writing and speccing migrations
LICENSE=	mit

DEPENDS+=	${RUBY_PKGPREFIX}-dm-core>=1.1.0<1.2:../../databases/ruby-dm-core

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