opnsense-ports/databases/rubygem-arel-helpers/Makefile
Franco Fichtner 72017daeb5 */*: sync with upstream
Taken from: FreeBSD
2024-01-11 08:55:29 +01:00

19 lines
401 B
Makefile

PORTNAME= arel-helpers
PORTVERSION= 2.14.0
PORTREVISION= 1
CATEGORIES= databases rubygems
MASTER_SITES= RG
MAINTAINER= antoine@FreeBSD.org
COMMENT= Helpers to construct database queries with ActiveRecord and Arel
WWW= https://github.com/camertron/arel-helpers
LICENSE= MIT
RUN_DEPENDS= rubygem-activerecord70>=7.0:databases/rubygem-activerecord70
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>