mirror of
https://git.freebsd.org/ports.git
synced 2025-05-07 03:16:44 -04:00
21 lines
425 B
Makefile
21 lines
425 B
Makefile
PORTNAME= cucumber-html-formatter
|
|
PORTVERSION= 21.7.0
|
|
PORTREVISION= 1
|
|
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-messages26>=19<27:devel/rubygem-cucumber-messages26
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
PLIST_FILES= bin/cucumber-html-formatter
|
|
|
|
.include <bsd.port.mk>
|