freebsd-ports/databases/rubygem-arel-helpers/Makefile
2016-01-23 15:15:36 +00:00

20 lines
399 B
Makefile

# $FreeBSD$
PORTNAME= arel-helpers
PORTVERSION= 2.2.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
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>