Skip to content

Commit

Permalink
net/rubygem-train-rest: Add rubygem-train-rest 0.5.0
Browse files Browse the repository at this point in the history
Train transport provides a transport to communicate easily with RESTful APIs.
  • Loading branch information
sunpoet committed May 27, 2023
1 parent 0c9d7b4 commit 5430349
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 0 deletions.
1 change: 1 addition & 0 deletions net/Makefile
Expand Up @@ -1396,6 +1396,7 @@
SUBDIR += rubygem-t
SUBDIR += rubygem-train
SUBDIR += rubygem-train-core
SUBDIR += rubygem-train-rest
SUBDIR += rubygem-train-winrm
SUBDIR += rubygem-tweetstream
SUBDIR += rubygem-twitter
Expand Down
21 changes: 21 additions & 0 deletions net/rubygem-train-rest/Makefile
@@ -0,0 +1,21 @@
PORTNAME= train-rest
PORTVERSION= 0.5.0
CATEGORIES= net rubygems
MASTER_SITES= RG

MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Provide a transport to communicate easily with RESTful APIs
WWW= https://github.com/tecracer-chef/train-rest

LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE

RUN_DEPENDS= rubygem-aws-sigv4>=1.5<2:devel/rubygem-aws-sigv4 \
rubygem-rest-client>=2.1<3:www/rubygem-rest-client \
rubygem-train-core>=3.0<4:net/rubygem-train-core

USES= gem

NO_ARCH= yes

.include <bsd.port.mk>
3 changes: 3 additions & 0 deletions net/rubygem-train-rest/distinfo
@@ -0,0 +1,3 @@
TIMESTAMP = 1685162022
SHA256 (rubygem/train-rest-0.5.0.gem) = 63dcabb396022570cf1f21a3e77b2f64a8b3a85179a0b6e2be91a6fff9268a63
SIZE (rubygem/train-rest-0.5.0.gem) = 13824
1 change: 1 addition & 0 deletions net/rubygem-train-rest/pkg-descr
@@ -0,0 +1 @@
Train transport provides a transport to communicate easily with RESTful APIs.

0 comments on commit 5430349

Please sign in to comment.