forked from Lainports/freebsd-ports
Useful tools to help construct database queries with ActiveRecord and Arel. WWW: https://github.com/camertron/arel-helpers
17 lines
372 B
Makefile
17 lines
372 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= arel-helpers
|
|
PORTVERSION= 2.0.1
|
|
CATEGORIES= databases rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Helpers to construct database queries with ActiveRecord and Arel
|
|
|
|
RUN_DEPENDS= rubygem-activerecord>=3.1.0:${PORTSDIR}/databases/rubygem-activerecord
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|