mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 12:26:27 -04:00
31 lines
835 B
Makefile
31 lines
835 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= cucumber
|
|
PORTVERSION= 3.1.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Behaviour Driven Development with elegance and joy
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-builder>=2.1.2:devel/rubygem-builder \
|
|
rubygem-cucumber-core>=3.2.0<3.3:devel/rubygem-cucumber-core \
|
|
rubygem-cucumber-expressions6>=6.0.1<6.1:devel/rubygem-cucumber-expressions6 \
|
|
rubygem-cucumber-wire>=0.0.1<0.1:devel/rubygem-cucumber-wire \
|
|
rubygem-diff-lcs>=1.3<2:textproc/rubygem-diff-lcs \
|
|
rubygem-gherkin>=5.1.0<5.2:textproc/rubygem-gherkin \
|
|
rubygem-multi_json>=1.7.5<2.0:devel/rubygem-multi_json \
|
|
rubygem-multi_test>=0.1.2:devel/rubygem-multi_test
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
PLIST_FILES= bin/cucumber
|
|
|
|
.include <bsd.port.mk>
|