freebsd-ports/textproc/rubygem-gherkin/Makefile
Sunpoet Po-Chuan Hsieh 847aae72a3 - Add LICENSE
- Remove contiguous blank lines
- Update WWW
2015-05-24 00:06:15 +00:00

19 lines
374 B
Makefile

# $FreeBSD$
PORTNAME= gherkin
PORTVERSION= 2.12.2
CATEGORIES= textproc rubygems
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 <bsd.port.mk>