summaryrefslogtreecommitdiff
path: root/lang/ruby-gherkin/Makefile
blob: 133c0f275a8742d61211b999fbac142c76f5a28e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $NetBSD: Makefile,v 1.4 2018/09/23 15:31:22 taca Exp $

DISTNAME=	gherkin-5.1.0
CATEGORIES=	lang

MAINTAINER=	minskim@NetBSD.org
HOMEPAGE=	https://github.com/cucumber/cucumber/tree/master/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"