aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rubygem-cucumber-tag-expressions/Makefile
blob: ad5f9d18d1a205b367d291dd988fea9cadc8ffe9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
PORTNAME=	cucumber-tag-expressions
PORTVERSION=	6.1.2
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Cucumber tag expressions for Ruby
WWW=		https://github.com/cucumber/tag-expressions

LICENSE=	MIT

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>