20 lines
367 B
Makefile
20 lines
367 B
Makefile
PORTNAME= arel-helpers
|
|
PORTVERSION= 2.12.1
|
|
PORTREVISION= 1
|
|
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-activerecord60>=6.0:databases/rubygem-activerecord60
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|