pkgsrc/databases/ruby-dm-migrations/Makefile
taca 8274c2ffc1 Importing databases/ruby-dm-migrations 1.0.2.
DataMapper plugin for writing and specing migrations.
2010-09-11 23:51:32 +00:00

14 lines
419 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2010/09/11 23:51:32 taca Exp $
DISTNAME= dm-migrations-1.0.2
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.0.2:../../databases/ruby-dm-core
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"