aboutsummaryrefslogtreecommitdiff
path: root/textproc/rubygem-cucumber-html-formatter19/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/rubygem-cucumber-html-formatter19/Makefile')
-rw-r--r--textproc/rubygem-cucumber-html-formatter19/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/textproc/rubygem-cucumber-html-formatter19/Makefile b/textproc/rubygem-cucumber-html-formatter19/Makefile
new file mode 100644
index 000000000000..96ac2d73632a
--- /dev/null
+++ b/textproc/rubygem-cucumber-html-formatter19/Makefile
@@ -0,0 +1,24 @@
+PORTNAME= cucumber-html-formatter
+PORTVERSION= 19.2.0
+CATEGORIES= textproc rubygems
+MASTER_SITES= RG
+PKGNAMESUFFIX= 19
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= HTML formatter for Cucumber
+
+LICENSE= MIT
+
+RUN_DEPENDS= rubygem-cucumber-messages18>=18.0.0<19:devel/rubygem-cucumber-messages18
+
+USES= gem
+USE_RUBY= yes
+
+NO_ARCH= yes
+
+PORTSCOUT= limit:^19\.
+
+post-install:
+ ${RM} ${STAGEDIR}${PREFIX}/bin/cucumber-html-formatter
+
+.include <bsd.port.mk>