mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
cf118ccf87
Reported by: lwhsu
19 lines
353 B
Makefile
19 lines
353 B
Makefile
PORTNAME= arel-helpers
|
|
PORTVERSION= 2.12.0
|
|
CATEGORIES= databases rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= antoine@FreeBSD.org
|
|
COMMENT= Helpers to construct database queries with ActiveRecord and Arel
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-activerecord52>=3.1.0:databases/rubygem-activerecord52
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|