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

MAINTAINER=	antoine@FreeBSD.org
COMMENT=	Helpers to construct database queries with ActiveRecord and Arel
WWW=		https://github.com/camertron/arel-helpers

LICENSE=	MIT

RUN_DEPENDS=	rubygem-activerecord70>=7.0:databases/rubygem-activerecord70

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>