aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/rubygem-gherkin/Makefile
blob: 56169c0cb23d5ccad5d58b434da9ba59b1e0090e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $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
USE_RUBYGEMS=   yes
RUBYGEM_AUTOPLIST=  yes

.include <bsd.port.mk>