ae4986ae4f
DataMapper plugin allowing interaction with models through a Command-Line Interface (CLI).
14 lines
420 B
Makefile
14 lines
420 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2011/12/17 17:21:55 taca Exp $
|
|
|
|
DISTNAME= dm-cli-1.2.0
|
|
CATEGORIES= databases
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://github.com/datamapper/dm-cli
|
|
COMMENT= DataMapper plugin allowing interaction with models through a CLI
|
|
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"
|