blob: 0601d2c7451b0b16dbda774153058bb415cdbd26 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= cucumber-wire
PORTVERSION= 6.2.1
PORTREVISION= 1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Wire protocol plugin for Cucumber
LICENSE= MIT
RUN_DEPENDS= rubygem-cucumber-core>=10.1.0<11:devel/rubygem-cucumber-core \
rubygem-cucumber-cucumber-expressions14>=14.0.0<15:devel/rubygem-cucumber-cucumber-expressions14
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>
|