summaryrefslogtreecommitdiff
path: root/databases/rubygem-dm-transactions/Makefile
blob: 662d63fac95f42b90b8d0f5ac0fd3cdb5aac0025 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PORTNAME=	dm-transactions
PORTVERSION=	1.2.0
CATEGORIES=	databases rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Makes transaction support available for adapters that support them
WWW=		https://github.com/datamapper/dm-transactions

LICENSE=	MIT

RUN_DEPENDS=	rubygem-dm-core>=${PORTVERSION}:databases/rubygem-dm-core

NO_ARCH=	yes

USES=		gem

.include <bsd.port.mk>