freebsd-ports/databases/rubygem-arel-helpers/Makefile
2020-12-27 17:09:04 +00:00

20 lines
366 B
Makefile

# $FreeBSD$
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>