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

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Hashie compatibility layer for forbidden attributes protection
WWW=		https://github.com/Maxim-Filimonov/hashie-forbidden_attributes

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/MIT-LICENSE

RUN_DEPENDS=	rubygem-hashie>=3.0:devel/rubygem-hashie

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>