From bc3c6bc3b6253ed392eab9cd9e077a490f4d32b9 Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Sat, 1 Jun 2019 22:31:15 +0000 Subject: [PATCH] Add rubygem-platform-api 2.2.0 Ruby HTTP client for the Heroku API. WWW: https://github.com/heroku/platform-api --- www/Makefile | 1 + www/rubygem-platform-api/Makefile | 23 +++++++++++++++++++++++ www/rubygem-platform-api/distinfo | 3 +++ www/rubygem-platform-api/pkg-descr | 3 +++ 4 files changed, 30 insertions(+) create mode 100644 www/rubygem-platform-api/Makefile create mode 100644 www/rubygem-platform-api/distinfo create mode 100644 www/rubygem-platform-api/pkg-descr diff --git a/www/Makefile b/www/Makefile index 5b1545feba3e..58543c1151b7 100644 --- a/www/Makefile +++ b/www/Makefile @@ -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 diff --git a/www/rubygem-platform-api/Makefile b/www/rubygem-platform-api/Makefile new file mode 100644 index 000000000000..54755c7b93ad --- /dev/null +++ b/www/rubygem-platform-api/Makefile @@ -0,0 +1,23 @@ +# Created by: Po-Chuan Hsieh +# $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 diff --git a/www/rubygem-platform-api/distinfo b/www/rubygem-platform-api/distinfo new file mode 100644 index 000000000000..a7357a83b5bb --- /dev/null +++ b/www/rubygem-platform-api/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1559381107 +SHA256 (rubygem/platform-api-2.2.0.gem) = 613b0b12895e4756e73aa29add1af739ef03f55c023f7d1639509b1de5ea2fa2 +SIZE (rubygem/platform-api-2.2.0.gem) = 156672 diff --git a/www/rubygem-platform-api/pkg-descr b/www/rubygem-platform-api/pkg-descr new file mode 100644 index 000000000000..b081f7ad4e75 --- /dev/null +++ b/www/rubygem-platform-api/pkg-descr @@ -0,0 +1,3 @@ +Ruby HTTP client for the Heroku API. + +WWW: https://github.com/heroku/platform-api