mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
- Change RUN_DEPENDS from rubygem-cucumber-messages26 to rubygem-cucumber-messages Changes: https://github.com/cucumber/html-formatter/releases
20 lines
405 B
Makefile
20 lines
405 B
Makefile
PORTNAME= cucumber-html-formatter
|
|
PORTVERSION= 21.9.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>=19<28:devel/rubygem-cucumber-messages
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
PLIST_FILES= bin/cucumber-html-formatter
|
|
|
|
.include <bsd.port.mk>
|