aboutsummaryrefslogtreecommitdiff
path: root/databases/rubygem-arel-helpers/Makefile
blob: f5a016a060c25c91c85cf42274f7def5e06ed7b5 (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=	arel-helpers
PORTVERSION=	2.3.0
PORTREVISION=	1
CATEGORIES=	databases rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Helpers to construct database queries with ActiveRecord and Arel

LICENSE=	MIT

RUN_DEPENDS=	rubygem-activerecord4>=3.1.0:databases/rubygem-activerecord4

NO_ARCH=	yes
USE_RUBY=	yes
USE_RUBYGEMS=	yes
RUBYGEM_AUTOPLIST=	yes

.include <bsd.port.mk>