aboutsummaryrefslogtreecommitdiff
path: root/databases/rubygem-dm-constraints/Makefile
blob: aae66d61f485075f48eeb7fb4c9c5cba337c068d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# $FreeBSD$

PORTNAME=	dm-constraints
PORTVERSION=	1.2.0
PORTREVISION=	1
CATEGORIES=	databases rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	DataMapper plugin constraining relationships

LICENSE=	MIT

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

NO_ARCH=	yes

USE_RUBY=	yes
USES=		gem

.include <bsd.port.mk>