New port: devel/rubygem-ruby-bugzilla:
This aims to provide similar features to access to Bugzilla through WebService APIs in Ruby. WWW: https://rubygems.org/gems/ruby-bugzilla
This commit is contained in:
parent
7f8db82585
commit
d795cd6639
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=314587
@ -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
|
||||
|
22
devel/rubygem-ruby-bugzilla/Makefile
Normal file
22
devel/rubygem-ruby-bugzilla/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# Created by: Ryan Steinmetz <zi@FreeBSD.org>
|
||||
# $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 <bsd.port.mk>
|
2
devel/rubygem-ruby-bugzilla/distinfo
Normal file
2
devel/rubygem-ruby-bugzilla/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (rubygem/ruby-bugzilla-0.5.2.gem) = 935fefc28ae6a17f37ac09ee854d9500c2e410353025a6e80eb6f0554729fd73
|
||||
SIZE (rubygem/ruby-bugzilla-0.5.2.gem) = 19456
|
4
devel/rubygem-ruby-bugzilla/pkg-descr
Normal file
4
devel/rubygem-ruby-bugzilla/pkg-descr
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user