aboutsummaryrefslogtreecommitdiff
path: root/textproc/rubygem-cucumber-gherkin15/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-12-13 22:18:39 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-12-13 22:18:39 +0000
commit98f9b527bca5850e9b24a17a120d6c16ba9ef879 (patch)
treee6848f33ed734c339baf8e01d467cfc79445bf77 /textproc/rubygem-cucumber-gherkin15/Makefile
parent9a81aaa4abb9e202beae3baca0580e030e012ef1 (diff)
downloadports-98f9b527bca5850e9b24a17a120d6c16ba9ef879.tar.gz
ports-98f9b527bca5850e9b24a17a120d6c16ba9ef879.zip
Add rubygem-cucumber-gherkin15 15.0.2 (copied from rubygem-cucumber-gherkin)
- Add PORTSCOUT
Notes
Notes: svn path=/head/; revision=558015
Diffstat (limited to 'textproc/rubygem-cucumber-gherkin15/Makefile')
-rw-r--r--textproc/rubygem-cucumber-gherkin15/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/textproc/rubygem-cucumber-gherkin15/Makefile b/textproc/rubygem-cucumber-gherkin15/Makefile
new file mode 100644
index 000000000000..a4625defc554
--- /dev/null
+++ b/textproc/rubygem-cucumber-gherkin15/Makefile
@@ -0,0 +1,27 @@
+# $FreeBSD$
+
+PORTNAME= cucumber-gherkin
+PORTVERSION= 15.0.2
+CATEGORIES= textproc rubygems
+MASTER_SITES= RG
+PKGNAMESUFFIX= 15
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Fast Gherkin lexer/parser based on the Ragel State Machine Compiler
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+RUN_DEPENDS= rubygem-cucumber-messages>=13.0.1<14:devel/rubygem-cucumber-messages
+
+USES= gem
+USE_RUBY= yes
+
+NO_ARCH= yes
+
+PLIST_FILES= bin/gherkin \
+ bin/gherkin-ruby
+
+PORTSCOUT= limit:^15\.
+
+.include <bsd.port.mk>