1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00

Add rubygem-heroics 0.0.25

Ruby HTTP client generator for APIs represented with JSON schema.

WWW: https://github.com/interagent/heroics
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2019-06-01 22:30:29 +00:00
parent e352d70df6
commit ec5e2d7555
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=503263
4 changed files with 35 additions and 0 deletions

View File

@ -2008,6 +2008,7 @@
SUBDIR += rubygem-hamlit-rails-rails5
SUBDIR += rubygem-hamlit-rails-rails50
SUBDIR += rubygem-hashicorp-checkpoint
SUBDIR += rubygem-heroics
SUBDIR += rubygem-heroku-api
SUBDIR += rubygem-heroku-nav
SUBDIR += rubygem-hpricot

View File

@ -0,0 +1,28 @@
# 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>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1559381105
SHA256 (rubygem/heroics-0.0.25.gem) = 9440d452eb8286760b6db393fc4ae246ab6c90014dd4ea6e1dba810491cfb199
SIZE (rubygem/heroics-0.0.25.gem) = 19456

View File

@ -0,0 +1,3 @@
Ruby HTTP client generator for APIs represented with JSON schema.
WWW: https://github.com/interagent/heroics