summaryrefslogtreecommitdiff
path: root/net/rubygem-train-rest/Makefile
blob: 191e68a7f6e033c9aadf2f382f47dddcbe82692d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	train-rest
PORTVERSION=	0.5.0
CATEGORIES=	net rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Provide a transport to communicate easily with RESTful APIs
WWW=		https://github.com/tecracer-chef/train-rest

LICENSE=	APACHE20
LICENSE_FILE=	${WRKSRC}/LICENSE

RUN_DEPENDS=	rubygem-aws-sigv4>=1.5<2:devel/rubygem-aws-sigv4 \
		rubygem-rest-client>=2.1<3:www/rubygem-rest-client \
		rubygem-train-core>=3.0<4:net/rubygem-train-core

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>