summaryrefslogtreecommitdiff
path: root/devel/rubygem-grape-entity07/Makefile
blob: 5429928a6ced93d0b89023f7521368e9a02da4fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
PORTNAME=	grape-entity
PORTVERSION=	0.7.1
PORTEPOCH=	1
CATEGORIES=	devel rubygems
MASTER_SITES=	RG
PKGNAMESUFFIX=	07

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Simple facade to use with your models and APIs

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

RUN_DEPENDS=	rubygem-activesupport60>=4.0:devel/rubygem-activesupport60 \
		rubygem-multi_json>=1.3.2:devel/rubygem-multi_json

USES=		gem
USE_RUBY=	yes

NO_ARCH=	yes

PORTSCOUT=	limit:^0\.7\.

.include <bsd.port.mk>