aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rubygem-grape-swagger-entity/Makefile
blob: 7b90b29c76336a5ea416c75d57d240f50dc5fd9b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	grape-swagger-entity
PORTVERSION=	0.5.5
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	mfechner@FreeBSD.org
COMMENT=	Grape-entity object parsing
WWW=		https://github.com/ruby-grape/grape-swagger-entity

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE.txt

RUN_DEPENDS=	rubygem-grape-entity>=1,1<2,1:devel/rubygem-grape-entity \
		rubygem-grape-swagger>=2<3:devel/rubygem-grape-swagger

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>