aboutsummaryrefslogtreecommitdiff
path: root/www/rubygem-heroics/Makefile
blob: 68630eb9b462e41cf9f0553857f07d9a503eaeab (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
PORTNAME=	heroics
PORTVERSION=	0.1.2
CATEGORIES=	www rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Ruby HTTP client generator for APIs represented with JSON schema
WWW=		https://github.com/interagent/heroics

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

RUN_DEPENDS=	rubygem-erubis>=2.0<3:www/rubygem-erubis \
		rubygem-excon>=0:devel/rubygem-excon \
		rubygem-moneta>=0:devel/rubygem-moneta \
		rubygem-multi_json>=1.9.2:devel/rubygem-multi_json

USES=		gem
USE_RUBY=	yes

NO_ARCH=	yes

PLIST_FILES=	bin/heroics-generate \
		bin/heroku-api

.include <bsd.port.mk>