blob: f36662bbf2f790a731d6fae7c4210adccaf94e7f (
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-core
PORTVERSION= 16.0.0
PORTREVISION= 1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Core library for the Cucumber BDD app
WWW= https://cucumber.io/ \
https://github.com/cucumber/cucumber-ruby-core
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-cucumber-gherkin>=33<40:textproc/rubygem-cucumber-gherkin \
rubygem-cucumber-messages>=28<33:devel/rubygem-cucumber-messages \
rubygem-cucumber-tag-expressions8>=6<9:devel/rubygem-cucumber-tag-expressions8
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>
|