236ae80cff
Fixes regression by f51ddcf76a
24 lines
608 B
Makefile
24 lines
608 B
Makefile
PORTNAME= jsonb_accessor
|
|
PORTVERSION= 1.4
|
|
PORTREVISION= 1
|
|
CATEGORIES= www devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= mfechner@FreeBSD.org
|
|
COMMENT= Adds typed jsonb backed fields to your ActiveRecord models
|
|
WWW= https://github.com/devmynd/jsonb_accessor
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
RUN_DEPENDS= rubygem-activerecord-gitlab>=6.1:databases/rubygem-activerecord-gitlab \
|
|
rubygem-activesupport-gitlab>=6.1:devel/rubygem-activesupport-gitlab \
|
|
rubygem-pg-gitlab>=0.18.1:databases/rubygem-pg-gitlab
|
|
|
|
USES= gem shebangfix
|
|
|
|
SHEBANG_FILES= bin/setup
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|