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

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

LICENSE=	MIT

RUN_DEPENDS=	rubygem-activerecord60>=6.0:databases/rubygem-activerecord60

USES=		gem
USE_RUBY=	yes

NO_ARCH=	yes

.include <bsd.port.mk>