diff --git a/devel/Makefile b/devel/Makefile index 82dc9d6fc446..af7cf314f9bc 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -4102,6 +4102,7 @@ SUBDIR += rubygem-rspec-expectations SUBDIR += rubygem-rspec-mocks SUBDIR += rubygem-rubigen + SUBDIR += rubygem-ruby-bugzilla SUBDIR += rubygem-ruby-debug SUBDIR += rubygem-ruby-debug-base SUBDIR += rubygem-ruby-debug-ide diff --git a/devel/rubygem-ruby-bugzilla/Makefile b/devel/rubygem-ruby-bugzilla/Makefile new file mode 100644 index 000000000000..3ff4a4abd18f --- /dev/null +++ b/devel/rubygem-ruby-bugzilla/Makefile @@ -0,0 +1,22 @@ +# Created by: Ryan Steinmetz +# $FreeBSD$ + +PORTNAME= ruby-bugzilla +PORTVERSION= 0.5.2 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Access to Bugzilla through WebService APIs in Ruby + +RUN_DEPENDS= rubygem-gruff>=0:${PORTSDIR}/graphics/rubygem-gruff \ + rubygem-highline>=0:${PORTSDIR}/devel/rubygem-highline \ + rubygem-rmagick>=0:${PORTSDIR}/graphics/rubygem-rmagick + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +PLIST_FILES= bin/bzconsole + +.include diff --git a/devel/rubygem-ruby-bugzilla/distinfo b/devel/rubygem-ruby-bugzilla/distinfo new file mode 100644 index 000000000000..d5e6003f6b12 --- /dev/null +++ b/devel/rubygem-ruby-bugzilla/distinfo @@ -0,0 +1,2 @@ +SHA256 (rubygem/ruby-bugzilla-0.5.2.gem) = 935fefc28ae6a17f37ac09ee854d9500c2e410353025a6e80eb6f0554729fd73 +SIZE (rubygem/ruby-bugzilla-0.5.2.gem) = 19456 diff --git a/devel/rubygem-ruby-bugzilla/pkg-descr b/devel/rubygem-ruby-bugzilla/pkg-descr new file mode 100644 index 000000000000..9f9a93671538 --- /dev/null +++ b/devel/rubygem-ruby-bugzilla/pkg-descr @@ -0,0 +1,4 @@ +This aims to provide similar features to access to Bugzilla through +WebService APIs in Ruby. + +WWW: https://rubygems.org/gems/ruby-bugzilla