b9c33a3486
- Change RUN_DEPENDS from rubygem-cucumber-messages to rubygem-cucumber-messages32 - Do not install bin/cucumber-html-formatter - Bump PORTREVISION for dependency and package change
26 lines
496 B
Makefile
26 lines
496 B
Makefile
PORTNAME= cucumber-html-formatter
|
|
PORTVERSION= 22.3.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= textproc rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= 22
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= HTML formatter for Cucumber
|
|
WWW= https://github.com/cucumber/html-formatter
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-cucumber-messages32>=23<33:devel/rubygem-cucumber-messages32
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
PORTSCOUT= limit:^22\.
|
|
|
|
post-install:
|
|
${RM} ${STAGEDIR}${PREFIX}/bin/cucumber-html-formatter
|
|
|
|
.include <bsd.port.mk>
|