blob: d1c6c717c778a055282b855d05b431c8ce8cb672 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
PORTNAME= cucumber-rails
PORTVERSION= 3.1.1
PORTREVISION= 1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Cucumber generator and runtime for Rails
WWW= https://cucumber.io/ \
https://github.com/cucumber/cucumber-rails
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-capybara>=3.11<4:devel/rubygem-capybara \
rubygem-cucumber9>=5<10:devel/rubygem-cucumber9 \
rubygem-railties72>=5.2<9:www/rubygem-railties72
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>
|