14 lines
419 B
Makefile
14 lines
419 B
Makefile
# $NetBSD: Makefile,v 1.4 2017/07/30 22:32:13 wiz Exp $
|
|
|
|
DISTNAME= dm-migrations-1.2.0
|
|
CATEGORIES= databases
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/datamapper/dm-migrations
|
|
COMMENT= DataMapper plugin for writing and speccing migrations
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-dm-core>=1.2.0<1.3:../../databases/ruby-dm-core
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|