aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-rspec-expectations
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2011-06-27 02:17:13 +0000
committerSteve Wills <swills@FreeBSD.org>2011-06-27 02:17:13 +0000
commitdbfb8d45ab1c8dba7720e6db2e7881b50c89b4cd (patch)
tree73dc26edebcd51e758868834f81eccc89a0ba97b /devel/rubygem-rspec-expectations
parent19be3815ff1bfc6c324b92f03769194cbbcf7dbe (diff)
downloadports-dbfb8d45ab1c8dba7720e6db2e7881b50c89b4cd.tar.gz
ports-dbfb8d45ab1c8dba7720e6db2e7881b50c89b4cd.zip
Notes
Diffstat (limited to 'devel/rubygem-rspec-expectations')
-rw-r--r--devel/rubygem-rspec-expectations/Makefile24
-rw-r--r--devel/rubygem-rspec-expectations/distinfo2
-rw-r--r--devel/rubygem-rspec-expectations/pkg-descr3
3 files changed, 29 insertions, 0 deletions
diff --git a/devel/rubygem-rspec-expectations/Makefile b/devel/rubygem-rspec-expectations/Makefile
new file mode 100644
index 000000000000..5cfc4e3e97ba
--- /dev/null
+++ b/devel/rubygem-rspec-expectations/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: rubygem-rspec-expectations
+# Date created: 2011-06-12
+# Whom: Steve Wills <swills@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= rspec-expectations
+PORTVERSION= 2.6.0
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+
+MAINTAINER= ruby@FreeBSD.org
+COMMENT= Rspec-expectations adds should and should_not to every object
+
+BUILD_DEPENDS= rubygem-diff-lcs>=0:${PORTSDIR}/textproc/rubygem-diff-lcs
+RUN_DEPENDS= rubygem-diff-lcs>=0:${PORTSDIR}/textproc/rubygem-diff-lcs
+
+USE_RUBY= yes
+USE_RAKE= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+.include <bsd.port.mk>
diff --git a/devel/rubygem-rspec-expectations/distinfo b/devel/rubygem-rspec-expectations/distinfo
new file mode 100644
index 000000000000..0d4043823ca4
--- /dev/null
+++ b/devel/rubygem-rspec-expectations/distinfo
@@ -0,0 +1,2 @@
+SHA256 (rubygem/rspec-expectations-2.6.0.gem) = 8db3e4e34d163fc6d17ded378380ed2dd2495a9565869c4ef02b8de6434c5db1
+SIZE (rubygem/rspec-expectations-2.6.0.gem) = 61952
diff --git a/devel/rubygem-rspec-expectations/pkg-descr b/devel/rubygem-rspec-expectations/pkg-descr
new file mode 100644
index 000000000000..141462473702
--- /dev/null
+++ b/devel/rubygem-rspec-expectations/pkg-descr
@@ -0,0 +1,3 @@
+Rspec-expectations adds should and should_not to every object and includes RSpec::Matchers, a library of standard matchers.
+
+WWW: https://github.com/rspec/rspec-expectations