diff options
author | xmj <xmj@FreeBSD.org> | 2014-12-10 01:35:42 +0800 |
---|---|---|
committer | xmj <xmj@FreeBSD.org> | 2014-12-10 01:35:42 +0800 |
commit | b0e6792a371dbc60201a8b516112b25b9294f959 (patch) | |
tree | ff13fb05d127c393355db86821ca4f6ec724c327 /www/Makefile | |
parent | 6cc3c4ddd60c2d8aec42de2e10c5bbc9df4c609e (diff) | |
download | freebsd-ports-gnome-b0e6792a371dbc60201a8b516112b25b9294f959.tar.gz freebsd-ports-gnome-b0e6792a371dbc60201a8b516112b25b9294f959.tar.zst freebsd-ports-gnome-b0e6792a371dbc60201a8b516112b25b9294f959.zip |
www/rubygem-tumblr_client: create port
This is the official Ruby wrapper for the Tumblr v2 API.
It supports all endpoints currently available on the Tumblr API.
WWW: https://github.com/tumblr/tumblr_client
PR: 195758
Differential Revision: https://reviews.freebsd.org/D1278
Submitted by: Michael Moll <kvedulv@kvedulv.de>
Approved by: kswills (mentor)
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index cb5ae525c99b..aa49979f94c6 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1900,6 +1900,7 @@ SUBDIR += rubygem-thin SUBDIR += rubygem-tinyatom SUBDIR += rubygem-tinymce-rails + SUBDIR += rubygem-tumblr_client SUBDIR += rubygem-turbolinks SUBDIR += rubygem-typhoeus SUBDIR += rubygem-uglifier |