1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/databases/rubygem-arel-helpers/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

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>