aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2013-12-31 16:30:54 +0800
committersunpoet <sunpoet@FreeBSD.org>2013-12-31 16:30:54 +0800
commitc75cf17ec69038289e9007850d29df3426ed16f2 (patch)
tree319baa99c37991d3399c555c85543f43622c59c9
parentce7f6cf83b909f552ec0e39a56ab2fa0fd523c8f (diff)
downloadfreebsd-ports-gnome-c75cf17ec69038289e9007850d29df3426ed16f2.tar.gz
freebsd-ports-gnome-c75cf17ec69038289e9007850d29df3426ed16f2.tar.zst
freebsd-ports-gnome-c75cf17ec69038289e9007850d29df3426ed16f2.zip
- Add LICENSE
- Support STAGEDIR - Request maintainership PR: ports/184468 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 28 days)
-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>