summaryrefslogtreecommitdiff
path: root/devel/rubygem-grape-entity/Makefile
blob: 2ff52e9cfdc0af13bc7ee79541f6711c82a72d3a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
PORTNAME=	grape-entity
PORTVERSION=	1.0.1
PORTREVISION=	1
PORTEPOCH=	1
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Simple facade to use with your models and APIs
WWW=		https://github.com/ruby-grape/grape-entity

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

RUN_DEPENDS=	rubygem-activesupport-gitlab>=3.0.0:devel/rubygem-activesupport-gitlab \
		rubygem-multi_json>=1.3.2:devel/rubygem-multi_json

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>