forked from Lainports/freebsd-ports
Changes: https://github.com/cucumber/html-formatter/releases https://github.com/cucumber/html-formatter/blob/main/CHANGELOG.md
21 lines
427 B
Makefile
21 lines
427 B
Makefile
PORTNAME= cucumber-html-formatter
|
|
PORTVERSION= 20.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-messages18>=18.0.0<19:devel/rubygem-cucumber-messages18
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
PLIST_FILES= bin/cucumber-html-formatter
|
|
|
|
.include <bsd.port.mk>
|