summaryrefslogtreecommitdiff
path: root/devel/rubygem-rspec/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/rubygem-rspec/Makefile')
-rw-r--r--devel/rubygem-rspec/Makefile13
1 files changed, 7 insertions, 6 deletions
diff --git a/devel/rubygem-rspec/Makefile b/devel/rubygem-rspec/Makefile
index 39d86d053375..48318ab2ca71 100644
--- a/devel/rubygem-rspec/Makefile
+++ b/devel/rubygem-rspec/Makefile
@@ -5,22 +5,23 @@
# $FreeBSD$
PORTNAME= rspec
-PORTVERSION= 2.6.0
+PORTVERSION= 2.7.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= romanbsd@yahoo.com
COMMENT= Behaviour Driven Development in Ruby
-USE_RUBY= yes
-USE_RAKE= yes
-USE_RUBYGEMS= yes
-RUBYGEM_AUTOPLIST= yes
-
BUILD_DEPENDS= rubygem-rspec-core>=0:${PORTSDIR}/devel/rubygem-rspec-core \
rubygem-rspec-expectations>=0:${PORTSDIR}/devel/rubygem-rspec-expectations \
rubygem-rspec-mocks>=0:${PORTSDIR}/devel/rubygem-rspec-mocks
RUN_DEPENDS= rubygem-rspec-core>=0:${PORTSDIR}/devel/rubygem-rspec-core \
rubygem-rspec-expectations>=0:${PORTSDIR}/devel/rubygem-rspec-expectations \
rubygem-rspec-mocks>=0:${PORTSDIR}/devel/rubygem-rspec-mocks
+
+USE_RUBY= yes
+USE_RAKE= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
.include <bsd.port.mk>