summaryrefslogtreecommitdiff
path: root/devel/rubygem-drb-gitlab/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/rubygem-drb-gitlab/Makefile')
-rw-r--r--devel/rubygem-drb-gitlab/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/devel/rubygem-drb-gitlab/Makefile b/devel/rubygem-drb-gitlab/Makefile
new file mode 100644
index 000000000000..9f19befed3d8
--- /dev/null
+++ b/devel/rubygem-drb-gitlab/Makefile
@@ -0,0 +1,19 @@
+PORTNAME= drb
+PORTVERSION= 2.2.3
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+PKGNAMESUFFIX= -gitlab
+
+MAINTAINER= mfechner@FreeBSD.org
+COMMENT= Distributed object system for Ruby
+WWW= https://github.com/ruby/drb
+
+LICENSE= BSD2CLAUSE RUBY
+LICENSE_COMB= dual
+LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE.txt
+
+USES= gem
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>