opnsense-ports/databases/rubygem-attr_json/Makefile
Franco Fichtner 5faa030283 */*: sync with upstream
Taken from: FreeBSD
2024-09-09 08:51:57 +02:00

19 lines
407 B
Makefile

PORTNAME= attr_json
PORTVERSION= 2.4.0
CATEGORIES= databases rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Serialized json-hash-backed ActiveRecord attributes
WWW= https://github.com/jrochkind/attr_json
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= gem
RUN_DEPENDS= rubygem-activerecord71>=6.0.0<7.3:databases/rubygem-activerecord71
NO_ARCH= yes
.include <bsd.port.mk>