diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2015-02-10 21:24:10 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2015-02-10 21:24:10 +0000 |
commit | 75584afb6aa9c8b62cdb69d47e715d85d2c40b7b (patch) | |
tree | c8cc1f4b1c90ea9f9dc702b6d79b51e3ddaa02bb /devel | |
parent | f9a8af567cc2fcc2bb597cfecb1549ef104d74a8 (diff) | |
download | ports-75584afb6aa9c8b62cdb69d47e715d85d2c40b7b.tar.gz ports-75584afb6aa9c8b62cdb69d47e715d85d2c40b7b.zip |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/rubygem-rodzilla/Makefile | 20 | ||||
-rw-r--r-- | devel/rubygem-rodzilla/distinfo | 2 | ||||
-rw-r--r-- | devel/rubygem-rodzilla/pkg-descr | 3 |
4 files changed, 26 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 813a40d20d2c..0e91afdbab72 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -4588,6 +4588,7 @@ SUBDIR += rubygem-require_all SUBDIR += rubygem-retryable SUBDIR += rubygem-rgl + SUBDIR += rubygem-rodzilla SUBDIR += rubygem-rr SUBDIR += rubygem-rrd-ffi SUBDIR += rubygem-rscm diff --git a/devel/rubygem-rodzilla/Makefile b/devel/rubygem-rodzilla/Makefile new file mode 100644 index 000000000000..a65452385b71 --- /dev/null +++ b/devel/rubygem-rodzilla/Makefile @@ -0,0 +1,20 @@ +# Created by: Jin-Sih, Lin <linpct@gmail.com> +# $FreeBSD$ + +PORTNAME= rodzilla +PORTVERSION= 0.3.6 +CATEGORIES= devel ruby +MASTER_SITES= RG + +MAINTAINER= linpct@gmail.com +COMMENT= Bugzilla API Client + +LICENSE= MIT + +RUN_DEPENDS= rubygem-httparty>=0.12.0:${PORTSDIR}/www/rubygem-httparty + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include <bsd.port.mk> diff --git a/devel/rubygem-rodzilla/distinfo b/devel/rubygem-rodzilla/distinfo new file mode 100644 index 000000000000..5e80ba5edb12 --- /dev/null +++ b/devel/rubygem-rodzilla/distinfo @@ -0,0 +1,2 @@ +SHA256 (rubygem/rodzilla-0.3.6.gem) = adf08517da19d19743132daddd442dbe3add356ec78529cf2562521b56a38f87 +SIZE (rubygem/rodzilla-0.3.6.gem) = 18432 diff --git a/devel/rubygem-rodzilla/pkg-descr b/devel/rubygem-rodzilla/pkg-descr new file mode 100644 index 000000000000..f18adbc7254c --- /dev/null +++ b/devel/rubygem-rodzilla/pkg-descr @@ -0,0 +1,3 @@ +Bugzilla JSON-RPC API client in Ruby + +WWW: https://github.com/jwaterfaucett/rodzilla |