blob: d8c1850fd080f15209a201ab679d99d497abd84f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
PORTNAME= cucumber-wire
PORTVERSION= 8.0.0
PORTREVISION= 1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Wire protocol plugin for Cucumber
WWW= https://cucumber.io/ \
https://github.com/cucumber/cucumber-ruby-wire
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-cucumber-core15>=11<16:devel/rubygem-cucumber-core15 \
rubygem-cucumber-cucumber-expressions>=14<20:devel/rubygem-cucumber-cucumber-expressions
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>
|