summaryrefslogtreecommitdiff
path: root/devel/ruby-cucumber-tag-expressions/Makefile
blob: 0df70cd4d04f571c14d8a9a1e700e69e504343b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $NetBSD: Makefile,v 1.4 2021/11/23 14:07:30 taca Exp $

DISTNAME=	cucumber-tag-expressions-4.1.0
CATEGORIES=	devel

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	https://cucumber.io/docs/cucumber/api/\#tags
COMMENT=	Cucumber Tag Expressions for Ruby
LICENSE=	mit

USE_LANGUAGES=	# none

RUBYGEM_OPTIONS+=	--format-executable

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