mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
- Add rubygem-cucumber-wire 0.0.1
Wire protocol plugin for Cucumber WWW: https://github.com/cucumber/cucumber-ruby-wire
This commit is contained in:
parent
d47c737fd4
commit
fa5da7d184
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=406310
@ -4767,6 +4767,7 @@
|
||||
SUBDIR += rubygem-cri
|
||||
SUBDIR += rubygem-cucumber
|
||||
SUBDIR += rubygem-cucumber-core
|
||||
SUBDIR += rubygem-cucumber-wire
|
||||
SUBDIR += rubygem-curses
|
||||
SUBDIR += rubygem-cyoi
|
||||
SUBDIR += rubygem-daemon_controller
|
||||
|
19
devel/rubygem-cucumber-wire/Makefile
Normal file
19
devel/rubygem-cucumber-wire/Makefile
Normal file
@ -0,0 +1,19 @@
|
||||
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= cucumber-wire
|
||||
PORTVERSION= 0.0.1
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Wire protocol plugin for Cucumber
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
NO_ARCH= yes
|
||||
USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/rubygem-cucumber-wire/distinfo
Normal file
2
devel/rubygem-cucumber-wire/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (rubygem/cucumber-wire-0.0.1.gem) = 4ea8ca3f772d80876eb50533ab10521b383d866419bd6e838b822f0d16ded527
|
||||
SIZE (rubygem/cucumber-wire-0.0.1.gem) = 16384
|
3
devel/rubygem-cucumber-wire/pkg-descr
Normal file
3
devel/rubygem-cucumber-wire/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Wire protocol plugin for Cucumber
|
||||
|
||||
WWW: https://github.com/cucumber/cucumber-ruby-wire
|
Loading…
Reference in New Issue
Block a user