freebsd-ports/devel/rubygem-cucumber/Makefile
2016-06-26 17:23:23 +00:00

28 lines
720 B
Makefile

# $FreeBSD$
PORTNAME= cucumber
PORTVERSION= 2.4.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Behaviour Driven Development with elegance and joy
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-builder32>=2.1.2:devel/rubygem-builder32 \
rubygem-cucumber-core>=1.5.0:devel/rubygem-cucumber-core \
rubygem-cucumber-wire>=0.0.1:devel/rubygem-cucumber-wire \
rubygem-diff-lcs>=1.1.3:textproc/rubygem-diff-lcs \
rubygem-gherkin>=4.0:textproc/rubygem-gherkin \
rubygem-multi_json>=1.7.5:devel/rubygem-multi_json \
rubygem-multi_test>=0.1.2:devel/rubygem-multi_test
NO_ARCH= yes
USE_RUBY= yes
USES= gem
PLIST_FILES= bin/cucumber
.include <bsd.port.mk>