summaryrefslogtreecommitdiff
path: root/databases/ruby-dm-transactions/Makefile
blob: cec34496538df67dd1ed042cde19da5172078310 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $NetBSD: Makefile,v 1.4 2017/07/30 22:32:14 wiz Exp $

DISTNAME=	dm-transactions-1.2.0
CATEGORIES=	databases

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	https://github.com/datamapper/dm-transactions
COMMENT=	Adds transaction support to datamapper
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"