blob: b3a2029df57e0f7ba29628a32840be8e5bc10422 (
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= 7.0.0
PORTREVISION= 2
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-core13>=10.1<14:devel/rubygem-cucumber-core13 \
rubygem-cucumber-cucumber-expressions17>=14<18:devel/rubygem-cucumber-cucumber-expressions17
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>
|