summaryrefslogtreecommitdiff
path: root/lang/ruby-gherkin/Makefile
blob: 4c1c530d97c5cfac2e36193ceddf5a2ec7729d41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $NetBSD: Makefile,v 1.2 2017/06/21 14:05:34 taca Exp $

DISTNAME=	gherkin-4.1.3
CATEGORIES=	lang

MAINTAINER=	minskim@NetBSD.org
HOMEPAGE=	https://github.com/cucumber/gherkin
COMMENT=	Parser and compiler for the Gherkin language
LICENSE=	mit

RUBYGEM_OPTIONS+=	--format-executable

.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"