summaryrefslogtreecommitdiff
path: root/textproc/rubygem-cucumber-gherkin32/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/rubygem-cucumber-gherkin32/Makefile')
-rw-r--r--textproc/rubygem-cucumber-gherkin32/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/textproc/rubygem-cucumber-gherkin32/Makefile b/textproc/rubygem-cucumber-gherkin32/Makefile
new file mode 100644
index 000000000000..899c7b2797d7
--- /dev/null
+++ b/textproc/rubygem-cucumber-gherkin32/Makefile
@@ -0,0 +1,25 @@
+PORTNAME= cucumber-gherkin
+PORTVERSION= 32.1.2
+CATEGORIES= textproc rubygems
+MASTER_SITES= RG
+PKGNAMESUFFIX= 32
+
+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-messages27>=25<28:devel/rubygem-cucumber-messages27
+
+USES= gem
+
+NO_ARCH= yes
+
+PORTSCOUT= limit:^32\.
+
+post-install:
+ ${RM} ${STAGEDIR}${PREFIX}/bin/gherkin ${STAGEDIR}${PREFIX}/bin/gherkin-ruby
+
+.include <bsd.port.mk>