20 lines
407 B
Makefile
20 lines
407 B
Makefile
PORTNAME= attr_json
|
|
PORTVERSION= 2.6.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-activerecord72>=6.0.0<8.2:databases/rubygem-activerecord72
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|