diff --git a/textproc/rubygem-gherkin/Makefile b/textproc/rubygem-gherkin/Makefile index e2dc4e43d202..7721777c5f30 100644 --- a/textproc/rubygem-gherkin/Makefile +++ b/textproc/rubygem-gherkin/Makefile @@ -8,11 +8,12 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Fast Gherkin lexer/parser based on the Ragel State Machine Compiler +LICENSE= MIT + RUN_DEPENDS= rubygem-multi_json>=1.3:${PORTSDIR}/devel/rubygem-multi_json USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes - .include diff --git a/textproc/rubygem-gherkin/pkg-descr b/textproc/rubygem-gherkin/pkg-descr index 5a7ef790df3f..d86dd045db1e 100644 --- a/textproc/rubygem-gherkin/pkg-descr +++ b/textproc/rubygem-gherkin/pkg-descr @@ -1,3 +1,3 @@ A fast Gherkin lexer/parser based on the Ragel State Machine Compiler. -WWW: http://github.com/cucumber/gherkin +WWW: https://github.com/cucumber/gherkin