mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
devel/rubygem-cucumber-core12: Add rubygem-cucumber-core12 12.0.0 (copied from rubygem-cucumber-core)
- Add PORTSCOUT
This commit is contained in:
parent
922b29072f
commit
b996e3beb6
4 changed files with 35 additions and 0 deletions
|
@ -6737,6 +6737,7 @@
|
||||||
SUBDIR += rubygem-cucumber
|
SUBDIR += rubygem-cucumber
|
||||||
SUBDIR += rubygem-cucumber-ci-environment
|
SUBDIR += rubygem-cucumber-ci-environment
|
||||||
SUBDIR += rubygem-cucumber-core
|
SUBDIR += rubygem-cucumber-core
|
||||||
|
SUBDIR += rubygem-cucumber-core12
|
||||||
SUBDIR += rubygem-cucumber-cucumber-expressions
|
SUBDIR += rubygem-cucumber-cucumber-expressions
|
||||||
SUBDIR += rubygem-cucumber-messages
|
SUBDIR += rubygem-cucumber-messages
|
||||||
SUBDIR += rubygem-cucumber-messages22
|
SUBDIR += rubygem-cucumber-messages22
|
||||||
|
|
25
devel/rubygem-cucumber-core12/Makefile
Normal file
25
devel/rubygem-cucumber-core12/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
PORTNAME= cucumber-core
|
||||||
|
PORTVERSION= 12.0.0
|
||||||
|
CATEGORIES= devel rubygems
|
||||||
|
MASTER_SITES= RG
|
||||||
|
PKGNAMESUFFIX= 12
|
||||||
|
|
||||||
|
MAINTAINER= sunpoet@FreeBSD.org
|
||||||
|
COMMENT= Core library for the Cucumber BDD app
|
||||||
|
WWW= https://cucumber.io/ \
|
||||||
|
https://github.com/cucumber/cucumber-ruby-core
|
||||||
|
|
||||||
|
LICENSE= MIT
|
||||||
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
|
|
||||||
|
RUN_DEPENDS= rubygem-cucumber-gherkin26>=25<27:textproc/rubygem-cucumber-gherkin26 \
|
||||||
|
rubygem-cucumber-messages22>=20<23:devel/rubygem-cucumber-messages22 \
|
||||||
|
rubygem-cucumber-tag-expressions5>=5.0.4<6:devel/rubygem-cucumber-tag-expressions5
|
||||||
|
|
||||||
|
USES= gem
|
||||||
|
|
||||||
|
NO_ARCH= yes
|
||||||
|
|
||||||
|
PORTSCOUT= limit:^12\.
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
3
devel/rubygem-cucumber-core12/distinfo
Normal file
3
devel/rubygem-cucumber-core12/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
TIMESTAMP = 1694348352
|
||||||
|
SHA256 (rubygem/cucumber-core-12.0.0.gem) = c2a7f4c457dd64df6cc7f430392fb5c03160805eafb27849639fee65d5bb9dfa
|
||||||
|
SIZE (rubygem/cucumber-core-12.0.0.gem) = 27136
|
6
devel/rubygem-cucumber-core12/pkg-descr
Normal file
6
devel/rubygem-cucumber-core12/pkg-descr
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
Cucumber Core is the inner hexagon for the Ruby flavour of Cucumber.
|
||||||
|
|
||||||
|
It contains the core domain logic to execute Cucumber features. It has no user
|
||||||
|
interface, just a Ruby API. If you're interested in how Cucumber works, or in
|
||||||
|
building other tools that work with Gherkin documents, you've come to the right
|
||||||
|
place.
|
Loading…
Add table
Reference in a new issue