pkgsrc/databases/ruby-dm-core/Makefile
taca e6bdeb23d4 Update ruby-dm-core to 1.2.1.
o Relax dep on addressable.
o Fix Property#typecast to pass-through values that cannot be handled.
2013-06-16 14:34:53 +00:00

14 lines
387 B
Makefile

# $NetBSD: Makefile,v 1.5 2013/06/16 14:34:53 taca Exp $
DISTNAME= dm-core-1.2.1
CATEGORIES= databases
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/datamapper/dm-core/
COMMENT= Object/Relational Mapper for Ruby
LICENSE= mit
DEPENDS+= ${RUBY_PKGPREFIX}-addressable>=2.3<3:../../net/ruby-addressable
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"