mirror of
https://git.freebsd.org/ports.git
synced 2025-05-04 07:27:38 -04:00
25 lines
622 B
Makefile
25 lines
622 B
Makefile
PORTNAME= cucumber-core
|
|
PORTVERSION= 13.0.3
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= 13
|
|
|
|
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-gherkin27>=27<28:textproc/rubygem-cucumber-gherkin27 \
|
|
rubygem-cucumber-messages22>=20<23:devel/rubygem-cucumber-messages22 \
|
|
rubygem-cucumber-tag-expressions>=5<7:devel/rubygem-cucumber-tag-expressions
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
PORTSCOUT= limit:^13\.
|
|
|
|
.include <bsd.port.mk>
|