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:
parent
f5c6a1fa2b
commit
ae112c4e7a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=365957
@ -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
|
||||
|
16
devel/rubygem-rspec-support/Makefile
Normal file
16
devel/rubygem-rspec-support/Makefile
Normal 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>
|
2
devel/rubygem-rspec-support/distinfo
Normal file
2
devel/rubygem-rspec-support/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (rubygem/rspec-support-3.0.4.gem) = ec2547c2ebbe2ddbd8722136939f9afe1c4fd24a0d3fd5f35877f6c22c4ff285
|
||||
SIZE (rubygem/rspec-support-3.0.4.gem) = 18944
|
3
devel/rubygem-rspec-support/pkg-descr
Normal file
3
devel/rubygem-rspec-support/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Support utilities for RSpec gems
|
||||
|
||||
WWW: https://github.com/rspec/rspec-support
|
Loading…
Reference in New Issue
Block a user