aboutsummaryrefslogtreecommitdiffstats
path: root/databases/rubygem-arel-helpers/Makefile
blob: 4d9128e7a4ec6f9aa67a5fa70e4a1093791271c6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $FreeBSD$

PORTNAME=   arel-helpers
PORTVERSION=    2.1.0
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-activerecord>=3.1.0:${PORTSDIR}/databases/rubygem-activerecord

USE_RUBY=   yes
USE_RUBYGEMS=   yes
RUBYGEM_AUTOPLIST=  yes

.include <bsd.port.mk>