aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/rubygem-gherkin/Makefile
blob: 8c006566d326fff68cdcc9cf4982238ffac87155 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $FreeBSD$

PORTNAME=   gherkin
PORTVERSION=    3.2.0
CATEGORIES= textproc rubygems
MASTER_SITES=   RG

MAINTAINER= ruby@FreeBSD.org
COMMENT=    Fast Gherkin lexer/parser based on the Ragel State Machine Compiler

LICENSE=    MIT
LICENSE_FILE=   ${WRKSRC}/LICENSE

NO_ARCH=    yes
USE_RUBY=   yes
USES=       gem

.include <bsd.port.mk>