Add rubygem-platform-api 2.2.0
Ruby HTTP client for the Heroku API. WWW: https://github.com/heroku/platform-api
This commit is contained in:
parent
ec5e2d7555
commit
bc3c6bc3b6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=503264
4 changed files with 30 additions and 0 deletions
|
@ -2080,6 +2080,7 @@
|
|||
SUBDIR += rubygem-ostatus2
|
||||
SUBDIR += rubygem-pagerduty
|
||||
SUBDIR += rubygem-passenger
|
||||
SUBDIR += rubygem-platform-api
|
||||
SUBDIR += rubygem-puma
|
||||
SUBDIR += rubygem-puma_worker_killer
|
||||
SUBDIR += rubygem-pusher-client
|
||||
|
|
23
www/rubygem-platform-api/Makefile
Normal file
23
www/rubygem-platform-api/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
|||
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= platform-api
|
||||
PORTVERSION= 2.2.0
|
||||
CATEGORIES= www rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Ruby HTTP client for the Heroku API
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
||||
|
||||
RUN_DEPENDS= rubygem-heroics>=0.0.25:www/rubygem-heroics \
|
||||
rubygem-moneta>=1.0.0:devel/rubygem-moneta
|
||||
|
||||
USES= gem
|
||||
USE_RUBY= yes
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
www/rubygem-platform-api/distinfo
Normal file
3
www/rubygem-platform-api/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1559381107
|
||||
SHA256 (rubygem/platform-api-2.2.0.gem) = 613b0b12895e4756e73aa29add1af739ef03f55c023f7d1639509b1de5ea2fa2
|
||||
SIZE (rubygem/platform-api-2.2.0.gem) = 156672
|
3
www/rubygem-platform-api/pkg-descr
Normal file
3
www/rubygem-platform-api/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Ruby HTTP client for the Heroku API.
|
||||
|
||||
WWW: https://github.com/heroku/platform-api
|
Loading…
Reference in a new issue