aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/rubygem-gherkin/Makefile
blob: f0f19c60c6854911ab3c44d6fa9f5e4aa6eb4c91 (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:autoplist

.include <bsd.port.mk>