aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rubygem-rspec/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/rubygem-rspec/Makefile')
-rw-r--r--devel/rubygem-rspec/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/rubygem-rspec/Makefile b/devel/rubygem-rspec/Makefile
index 3b154f420b4f..07480aea110b 100644
--- a/devel/rubygem-rspec/Makefile
+++ b/devel/rubygem-rspec/Makefile
@@ -6,17 +6,17 @@ PORTVERSION= 2.14.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
-MAINTAINER= romanbsd@yahoo.com
+MAINTAINER= ruby@FreeBSD.org
COMMENT= Behaviour Driven Development in Ruby
+LICENSE= MIT
+
RUN_DEPENDS= rubygem-rspec-core>=${PORTVERSION:R}:${PORTSDIR}/devel/rubygem-rspec-core \
rubygem-rspec-expectations>=${PORTVERSION:R}:${PORTSDIR}/devel/rubygem-rspec-expectations \
rubygem-rspec-mocks>=${PORTVERSION:R}:${PORTSDIR}/devel/rubygem-rspec-mocks
USE_RUBY= yes
-USE_RAKE= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
-NO_STAGE= yes
.include <bsd.port.mk>