blob: 641fc4b0191b8e0f04cee4f38b4df6744b411447 (
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= 23.0.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-messages>=23<33:devel/rubygem-cucumber-messages
USES= gem
NO_ARCH= yes
PLIST_FILES= bin/cucumber-html-formatter
.include <bsd.port.mk>
|