mirror of
https://git.freebsd.org/ports.git
synced 2025-07-06 03:49:14 -04:00
Ruby HTTP client generator for APIs represented with JSON schema. WWW: https://github.com/interagent/heroics
28 lines
611 B
Makefile
28 lines
611 B
Makefile
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= heroics
|
|
PORTVERSION= 0.0.25
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Ruby HTTP client generator for APIs represented with JSON schema
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
RUN_DEPENDS= rubygem-erubis>=2.0: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
|
|
|
|
PLIST_FILES= bin/heroics-generate \
|
|
bin/heroku-api
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|