diff options
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/rubygem-cucumber/Makefile | 25 | ||||
-rw-r--r-- | devel/rubygem-cucumber/distinfo | 2 | ||||
-rw-r--r-- | devel/rubygem-cucumber/pkg-descr | 3 |
4 files changed, 31 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 298a71da4b6e..1832778e58ef 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -4051,6 +4051,7 @@ SUBDIR += rubygem-cool.io SUBDIR += rubygem-crack SUBDIR += rubygem-cri + SUBDIR += rubygem-cucumber SUBDIR += rubygem-daemon_controller SUBDIR += rubygem-daemons SUBDIR += rubygem-debugger diff --git a/devel/rubygem-cucumber/Makefile b/devel/rubygem-cucumber/Makefile new file mode 100644 index 000000000000..e689f3d308ad --- /dev/null +++ b/devel/rubygem-cucumber/Makefile @@ -0,0 +1,25 @@ +# $FreeBSD$ + +PORTNAME= cucumber +PORTVERSION= 1.3.8 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Behaviour Driven Development with elegance and joy + +RUN_DEPENDS= rubygem-builder>=2.1.2:${PORTSDIR}/devel/rubygem-builder \ + rubygem-diff-lcs>=1.1.3:${PORTSDIR}/textproc/rubygem-diff-lcs \ + rubygem-gherkin>=2.12.1:${PORTSDIR}/textproc/rubygem-gherkin \ + rubygem-multi_json>=1.7.5:${PORTSDIR}/devel/rubygem-multi_json \ + rubygem-multi_test>=0.0.2:${PORTSDIR}/devel/rubygem-multi_test + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +PLIST_FILES+= bin/cucumber + +NO_STAGE= yes + +.include <bsd.port.mk> diff --git a/devel/rubygem-cucumber/distinfo b/devel/rubygem-cucumber/distinfo new file mode 100644 index 000000000000..1b4a27260af6 --- /dev/null +++ b/devel/rubygem-cucumber/distinfo @@ -0,0 +1,2 @@ +SHA256 (rubygem/cucumber-1.3.8.gem) = aa863e690c0ee8d2682328edfa8a056c4176ca7b394f1b829f9cd1be837c912c +SIZE (rubygem/cucumber-1.3.8.gem) = 275456 diff --git a/devel/rubygem-cucumber/pkg-descr b/devel/rubygem-cucumber/pkg-descr new file mode 100644 index 000000000000..b59525900d03 --- /dev/null +++ b/devel/rubygem-cucumber/pkg-descr @@ -0,0 +1,3 @@ +Behaviour Driven Development with elegance and joy + +WWW: http://cukes.info/ |