aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/rubygem-cucumber-html-formatter/Makefile
blob: 5698493a1f34bb07ab73682825359377096e4689 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	cucumber-html-formatter
PORTVERSION=	22.1.0
CATEGORIES=	textproc rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	HTML formatter for Cucumber
WWW=		https://github.com/cucumber/html-formatter

LICENSE=	MIT

RUN_DEPENDS=	rubygem-cucumber-messages30>=19<31:devel/rubygem-cucumber-messages30

USES=		gem

NO_ARCH=	yes

PLIST_FILES=	bin/cucumber-html-formatter

.include <bsd.port.mk>