opnsense-ports/databases/rubygem-arel-helpers/Makefile
Franco Fichtner c0b97a8105 */*: sync with upstream
Taken from: FreeBSD
2023-01-16 20:20:04 +01:00

18 lines
385 B
Makefile

PORTNAME= arel-helpers
PORTVERSION= 2.14.0
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-activerecord60>=6.0:databases/rubygem-activerecord60
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>