freebsd-ports/databases/rubygem-arel-helpers/Makefile
Antoine Brodin 39b99a5634 New port: databases/rubygem-arel-helpers
Useful tools to help construct database queries with ActiveRecord and Arel.

WWW: https://github.com/camertron/arel-helpers
2014-12-05 10:11:47 +00:00

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>