Add rubygem-guard-cucumber 3.0.0
Guard::Cucumber allows you to automatically run Cucumber features when files are modified. WWW: https://github.com/guard/guard-cucumber
This commit is contained in:
parent
12be5bfc28
commit
3bcf202831
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=548973
@ -1116,6 +1116,7 @@
|
||||
SUBDIR += rubygem-god
|
||||
SUBDIR += rubygem-guard
|
||||
SUBDIR += rubygem-guard-compat
|
||||
SUBDIR += rubygem-guard-cucumber
|
||||
SUBDIR += rubygem-guard-livereload
|
||||
SUBDIR += rubygem-guard-minitest
|
||||
SUBDIR += rubygem-guard-rspec
|
||||
|
23
sysutils/rubygem-guard-cucumber/Makefile
Normal file
23
sysutils/rubygem-guard-cucumber/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= guard-cucumber
|
||||
PORTVERSION= 3.0.0
|
||||
CATEGORIES= sysutils rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Automatically run your features
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= rubygem-cucumber>=3.1:devel/rubygem-cucumber \
|
||||
rubygem-nenv>=0.1:devel/rubygem-nenv
|
||||
|
||||
USES= gem
|
||||
USE_RUBY= yes
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
sysutils/rubygem-guard-cucumber/distinfo
Normal file
3
sysutils/rubygem-guard-cucumber/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1600177144
|
||||
SHA256 (rubygem/guard-cucumber-3.0.0.gem) = 6a21b666e2b5a927c7d046f4e6cf609ec057e226bf883f066a650e57e04aeac0
|
||||
SIZE (rubygem/guard-cucumber-3.0.0.gem) = 13312
|
4
sysutils/rubygem-guard-cucumber/pkg-descr
Normal file
4
sysutils/rubygem-guard-cucumber/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Guard::Cucumber allows you to automatically run Cucumber features when files are
|
||||
modified.
|
||||
|
||||
WWW: https://github.com/guard/guard-cucumber
|
Loading…
Reference in New Issue
Block a user