e6bdeb23d4
o Relax dep on addressable. o Fix Property#typecast to pass-through values that cannot be handled.
14 lines
387 B
Makefile
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"
|