summaryrefslogtreecommitdiff
path: root/databases/ruby-dm-core/Makefile
blob: f02fe1d6821eaa76e81113c7b2663cba9314cc4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $NetBSD: Makefile,v 1.2 2011/06/19 08:21:46 taca Exp $

DISTNAME=	dm-core-1.1.0
CATEGORIES=	databases

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	http://github.com/datamapper/dm-core
COMMENT=	Object/Relational Mapper for Ruby
LICENSE=	mit

DEPENDS+=	${RUBY_PKGPREFIX}-addressable>=2.2.4<2.3:../../net/ruby-addressable

.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"