freebsd-ports/databases/rubygem-arel-helpers/Makefile
2015-11-06 08:51:19 +00:00

20 lines
402 B
Makefile

# $FreeBSD$
PORTNAME= arel-helpers
PORTVERSION= 2.1.1
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-activerecord4>=4.0.13:${PORTSDIR}/databases/rubygem-activerecord4
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>