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

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	DataMapper plugin constraining relationships
WWW=		https://github.com/datamapper/dm-constraints

LICENSE=	MIT

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

NO_ARCH=	yes

USES=		gem

.include <bsd.port.mk>