mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
19 lines
401 B
Makefile
19 lines
401 B
Makefile
PORTNAME= arel-helpers
|
|
PORTVERSION= 2.16.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-activerecord71>=7.1:databases/rubygem-activerecord71
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|