New port: databases/rubygem-arel-helpers

Useful tools to help construct database queries with ActiveRecord and Arel.

WWW: https://github.com/camertron/arel-helpers
This commit is contained in:
Antoine Brodin 2014-12-05 10:11:47 +00:00
parent dc3d8ce34f
commit 39b99a5634
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=374003
4 changed files with 23 additions and 0 deletions

View file

@ -834,6 +834,7 @@
SUBDIR += rubygem-activerecord-mysql-adapter
SUBDIR += rubygem-amalgalite
SUBDIR += rubygem-arel
SUBDIR += rubygem-arel-helpers
SUBDIR += rubygem-arel3
SUBDIR += rubygem-awesome_nested_set
SUBDIR += rubygem-bdb1

View file

@ -0,0 +1,17 @@
# $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>

View file

@ -0,0 +1,2 @@
SHA256 (rubygem/arel-helpers-2.0.1.gem) = de627d6d78af542d99bdfd178e7decd8f351e4de66758ac220f92418291b8b82
SIZE (rubygem/arel-helpers-2.0.1.gem) = 9728

View file

@ -0,0 +1,3 @@
Useful tools to help construct database queries with ActiveRecord and Arel.
WWW: https://github.com/camertron/arel-helpers