opnsense-ports/devel/rubygem-cucumber-core/Makefile
Franco Fichtner 97e1154653 */*: sync with upstream
Taken from: HardenedBSD
2018-07-30 06:47:24 +02:00

22 lines
493 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= cucumber-core
PORTVERSION= 3.2.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Core library for the Cucumber BDD app
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-cucumber-tag_expressions>=1.1.0:devel/rubygem-cucumber-tag_expressions \
rubygem-gherkin>=5.0.0:textproc/rubygem-gherkin
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>