opnsense-ports/devel/rubygem-cucumber-core/Makefile
Franco Fichtner 002d211003 */*: sync with upstream
Taken from: FreeBSD
2015-09-13 12:10:22 +02:00

21 lines
422 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= cucumber-core
PORTVERSION= 1.3.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Core library for the Cucumber BDD app
LICENSE= MIT
RUN_DEPENDS= rubygem-gherkin3>=3.1.0:${PORTSDIR}/textproc/rubygem-gherkin3
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>