summaryrefslogtreecommitdiff
path: root/devel/rubygem-drb-gitlab
diff options
context:
space:
mode:
Diffstat (limited to 'devel/rubygem-drb-gitlab')
-rw-r--r--devel/rubygem-drb-gitlab/Makefile19
-rw-r--r--devel/rubygem-drb-gitlab/distinfo3
-rw-r--r--devel/rubygem-drb-gitlab/pkg-descr8
3 files changed, 30 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>
diff --git a/devel/rubygem-drb-gitlab/distinfo b/devel/rubygem-drb-gitlab/distinfo
new file mode 100644
index 000000000000..d26da35ed1e0
--- /dev/null
+++ b/devel/rubygem-drb-gitlab/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1752678551
+SHA256 (rubygem/drb-2.2.3.gem) = 0b00d6fdb50995fe4a45dea13663493c841112e4068656854646f418fda13373
+SIZE (rubygem/drb-2.2.3.gem) = 30720
diff --git a/devel/rubygem-drb-gitlab/pkg-descr b/devel/rubygem-drb-gitlab/pkg-descr
new file mode 100644
index 000000000000..dd0a0d0e74fc
--- /dev/null
+++ b/devel/rubygem-drb-gitlab/pkg-descr
@@ -0,0 +1,8 @@
+dRuby is a distributed object system for Ruby. It allows an object in one Ruby
+process to invoke methods on an object in another Ruby process on the same or a
+different machine.
+
+The Ruby standard library contains the core classes of the dRuby package.
+However, the full package also includes access control lists and the Rinda
+tuple-space distributed task management system, as well as a large number of
+samples.