forked from Lainports/freebsd-ports
Cucumber Core is the inner hexagon for the Ruby flavour of Cucumber. It contains the core domain logic to execute Cucumber features. It has no user interface, just a Ruby API. If you're interested in how Cucumber works, or in building other tools that work with Gherkin documents, you've come to the right place. WWW: https://github.com/cucumber/cucumber-ruby-core RG: https://rubygems.org/gems/cucumber-core
20 lines
408 B
Makefile
20 lines
408 B
Makefile
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= cucumber-core
|
|
PORTVERSION= 1.1.3
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Core library for the Cucumber BDD app
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-gherkin>=2.12.0:${PORTSDIR}/textproc/rubygem-gherkin
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|