pkgsrc/databases/ruby-dm-is-remixable/Makefile
taca a329fecc52 Importing databases/ruby-dm-is-remixable package 1.2.0.
DataMapper::Is::Remixable allows you to create re-usable chunks of relational
data, its kind of like multiple inheritance for models.
2011-12-17 17:25:33 +00:00

14 lines
421 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2011/12/17 17:25:33 taca Exp $
DISTNAME= dm-is-remixable-1.2.0
CATEGORIES= databases
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://github.com/datamapper/dm-is-remixable
COMMENT= Allow you to create reusable data functionality
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"