1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/textproc/rubygem-gherkin/Makefile
2013-10-30 02:58:22 +00:00

19 lines
361 B
Makefile

# $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
.include <bsd.port.mk>