blob: f242500c1df97c0342bf9e8776c348da5288612e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
# $FreeBSD$
PORTNAME= cucumber
PORTVERSION= 2.3.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:${PORTSDIR}/devel/rubygem-builder32 \
rubygem-cucumber-core>=1.4.0:${PORTSDIR}/devel/rubygem-cucumber-core \
rubygem-cucumber-wire>=0.0.1:${PORTSDIR}/devel/rubygem-cucumber-wire \
rubygem-diff-lcs>=1.1.3:${PORTSDIR}/textproc/rubygem-diff-lcs \
rubygem-event-bus>=0.1.0:${PORTSDIR}/devel/rubygem-event-bus \
rubygem-gherkin>=3.2.0:${PORTSDIR}/textproc/rubygem-gherkin \
rubygem-multi_json>=1.7.5:${PORTSDIR}/devel/rubygem-multi_json \
rubygem-multi_test>=0.1.2:${PORTSDIR}/devel/rubygem-multi_test
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/cucumber
.include <bsd.port.mk>
|