aboutsummaryrefslogtreecommitdiffstats
path: root/databases/rubygem-attr_json/Makefile
blob: 3be33045c9e09a64e036646b6630d3980fea4b4b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	attr_json
PORTVERSION=	2.5.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.1:databases/rubygem-activerecord72

NO_ARCH=	yes

.include <bsd.port.mk>