aboutsummaryrefslogtreecommitdiff
path: root/textproc/rubygem-gherkin/Makefile
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2013-10-20 19:14:52 +0000
committerSteve Wills <swills@FreeBSD.org>2013-10-20 19:14:52 +0000
commitbb070d6ee318c2b5e4c163723631dc2956b3feae (patch)
tree9a7f71737ef281f336c27eb6c79443ee70e8f6c7 /textproc/rubygem-gherkin/Makefile
parentb2878705bc17dbeb26ab1cb7fa6ed6a14b305cd3 (diff)
downloadports-bb070d6ee318c2b5e4c163723631dc2956b3feae.tar.gz
ports-bb070d6ee318c2b5e4c163723631dc2956b3feae.zip
A fast Gherkin lexer/parser based on the Ragel State Machine Compiler.
WWW: http://github.com/cucumber/gherkin PR: ports/182687 Submitted by: Loic Blot <loic.blot@unix-experience.fr>
Notes
Notes: svn path=/head/; revision=331056
Diffstat (limited to 'textproc/rubygem-gherkin/Makefile')
-rw-r--r--textproc/rubygem-gherkin/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/textproc/rubygem-gherkin/Makefile b/textproc/rubygem-gherkin/Makefile
new file mode 100644
index 000000000000..2823054b0f28
--- /dev/null
+++ b/textproc/rubygem-gherkin/Makefile
@@ -0,0 +1,19 @@
+# $FreeBSD$
+
+PORTNAME= gherkin
+PORTVERSION= 2.12.1
+CATEGORIES= textproc rubygems
+MASTER_SITES= RG
+
+MAINTAINER= ruby@FreeBSD.org
+COMMENT= Fast Gherkin lexer/parser based on the Ragel State Machine Compiler
+
+RUN_DEPENDS= rubygem-multi_json>=1.3:${PORTSDIR}/devel/rubygem-multi_json
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+NO_STAGE= yes
+
+.include <bsd.port.mk>