aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-active_hash/Makefile
blob: cc312f84af44b81d12587a86753c21b46657b85e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	active_hash
PORTVERSION=	4.0.0
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Include the ability to specify data using hashes, yml files or JSON files
WWW=		https://github.com/active-hash/active_hash

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

RUN_DEPENDS=	rubygem-activesupport80>=6.1.0:devel/rubygem-activesupport80

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>