mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
textproc/rubygem-cucumber-gherkin30: Add rubygem-cucumber-gherkin30 30.0.4 (copied from rubygem-cucumber-gherkin)
- Add PORTSCOUT
This commit is contained in:
parent
a8e39352c9
commit
028a61487a
4 changed files with 30 additions and 0 deletions
|
@ -1822,6 +1822,7 @@
|
|||
SUBDIR += rubygem-cucumber-gherkin
|
||||
SUBDIR += rubygem-cucumber-gherkin27
|
||||
SUBDIR += rubygem-cucumber-gherkin29
|
||||
SUBDIR += rubygem-cucumber-gherkin30
|
||||
SUBDIR += rubygem-cucumber-html-formatter
|
||||
SUBDIR += rubygem-dartsass
|
||||
SUBDIR += rubygem-diff-lcs
|
||||
|
|
25
textproc/rubygem-cucumber-gherkin30/Makefile
Normal file
25
textproc/rubygem-cucumber-gherkin30/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
|||
PORTNAME= cucumber-gherkin
|
||||
PORTVERSION= 30.0.4
|
||||
CATEGORIES= textproc rubygems
|
||||
MASTER_SITES= RG
|
||||
PKGNAMESUFFIX= 30
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Fast Gherkin lexer/parser based on the Ragel State Machine Compiler
|
||||
WWW= https://github.com/cucumber/gherkin
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= rubygem-cucumber-messages>=25<28:devel/rubygem-cucumber-messages
|
||||
|
||||
USES= gem
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
PORTSCOUT= limit:^30\.
|
||||
|
||||
post-install:
|
||||
${RM} ${STAGEDIR}${PREFIX}/bin/gherkin ${STAGEDIR}${PREFIX}/bin/gherkin-ruby
|
||||
|
||||
.include <bsd.port.mk>
|
3
textproc/rubygem-cucumber-gherkin30/distinfo
Normal file
3
textproc/rubygem-cucumber-gherkin30/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1732224722
|
||||
SHA256 (rubygem/cucumber-gherkin-30.0.4.gem) = fe7b3f2ff19e42a41748f3987bb99b7241b14324b30d81de01fb0f36a4628c10
|
||||
SIZE (rubygem/cucumber-gherkin-30.0.4.gem) = 32768
|
1
textproc/rubygem-cucumber-gherkin30/pkg-descr
Normal file
1
textproc/rubygem-cucumber-gherkin30/pkg-descr
Normal file
|
@ -0,0 +1 @@
|
|||
A fast Gherkin lexer/parser based on the Ragel State Machine Compiler.
|
Loading…
Add table
Reference in a new issue