aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-cucumber-core15/Makefile
blob: cbf8972d4a2f89d8e5afe7200de47ee5cdc433f1 (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
24
25
26
PORTNAME=	cucumber-core
PORTVERSION=	15.4.0
PORTREVISION=	1
CATEGORIES=	devel rubygems
MASTER_SITES=	RG
PKGNAMESUFFIX=	15

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>=27<40:textproc/rubygem-cucumber-gherkin \
		rubygem-cucumber-messages>=26<33:devel/rubygem-cucumber-messages \
		rubygem-cucumber-tag-expressions8>=5<9:devel/rubygem-cucumber-tag-expressions8

USES=		gem

NO_ARCH=	yes

PORTSCOUT=	limit:^15\.

.include <bsd.port.mk>