freebsd-ports/sysutils/rubygem-guard-cucumber/Makefile
Sunpoet Po-Chuan Hsieh 3bcf202831 Add rubygem-guard-cucumber 3.0.0
Guard::Cucumber allows you to automatically run Cucumber features when files are
modified.

WWW: https://github.com/guard/guard-cucumber
2020-09-19 12:40:55 +00:00

23 lines
439 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= guard-cucumber
PORTVERSION= 3.0.0
CATEGORIES= sysutils rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Automatically run your features
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-cucumber>=3.1:devel/rubygem-cucumber \
rubygem-nenv>=0.1:devel/rubygem-nenv
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>