1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00

devel/rubygem-rspec-support: add port for rubygem-rspec-support

Support utilities for RSpec gems

WWW: https://github.com/rspec/rspec-support
This commit is contained in:
Steve Wills 2014-08-24 16:31:16 +00:00
parent f5c6a1fa2b
commit ae112c4e7a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=365957
4 changed files with 22 additions and 0 deletions

View File

@ -4471,6 +4471,7 @@
SUBDIR += rubygem-rspec-expectations
SUBDIR += rubygem-rspec-mocks
SUBDIR += rubygem-rspec-spies
SUBDIR += rubygem-rspec-support
SUBDIR += rubygem-rubigen
SUBDIR += rubygem-ruby-bugzilla
SUBDIR += rubygem-ruby-ole

View File

@ -0,0 +1,16 @@
# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
PORTNAME= rspec-support
PORTVERSION= 3.0.4
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Support utilities for RSpec gems
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST=yes
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (rubygem/rspec-support-3.0.4.gem) = ec2547c2ebbe2ddbd8722136939f9afe1c4fd24a0d3fd5f35877f6c22c4ff285
SIZE (rubygem/rspec-support-3.0.4.gem) = 18944

View File

@ -0,0 +1,3 @@
Support utilities for RSpec gems
WWW: https://github.com/rspec/rspec-support