summaryrefslogtreecommitdiff
path: root/devel/rubygem-irb-gitlab
diff options
context:
space:
mode:
Diffstat (limited to 'devel/rubygem-irb-gitlab')
-rw-r--r--devel/rubygem-irb-gitlab/Makefile28
-rw-r--r--devel/rubygem-irb-gitlab/distinfo3
-rw-r--r--devel/rubygem-irb-gitlab/pkg-descr2
3 files changed, 33 insertions, 0 deletions
diff --git a/devel/rubygem-irb-gitlab/Makefile b/devel/rubygem-irb-gitlab/Makefile
new file mode 100644
index 000000000000..d18b059d03aa
--- /dev/null
+++ b/devel/rubygem-irb-gitlab/Makefile
@@ -0,0 +1,28 @@
+PORTNAME= irb
+PORTVERSION= 1.15.2
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+PKGNAMESUFFIX= -gitlab
+
+MAINTAINER= mfechner@FreeBSD.org
+COMMENT= Interactive Ruby
+WWW= https://github.com/ruby/irb
+
+LICENSE= BSD2CLAUSE
+LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+
+RUN_DEPENDS= rubygem-pp>=0.6.0:devel/rubygem-pp \
+ rubygem-rdoc-gitlab>=4.0.0:devel/rubygem-rdoc-gitlab \
+ rubygem-reline>=0.4.2:devel/rubygem-reline
+
+USES= gem
+
+NO_ARCH= yes
+
+PLIST_FILES= bin/irb \
+ share/man/man1/irb.1.gz
+
+post-install:
+ ${INSTALL_DATA} ${WRKSRC}/man/irb.1 ${STAGEDIR}${PREFIX}/share/man/man1
+
+.include <bsd.port.mk>
diff --git a/devel/rubygem-irb-gitlab/distinfo b/devel/rubygem-irb-gitlab/distinfo
new file mode 100644
index 000000000000..caac9fe6921f
--- /dev/null
+++ b/devel/rubygem-irb-gitlab/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1744289434
+SHA256 (rubygem/irb-1.15.2.gem) = 222f32952e278da34b58ffe45e8634bf4afc2dc7aa9da23fed67e581aa50fdba
+SIZE (rubygem/irb-1.15.2.gem) = 88576
diff --git a/devel/rubygem-irb-gitlab/pkg-descr b/devel/rubygem-irb-gitlab/pkg-descr
new file mode 100644
index 000000000000..bc345563e557
--- /dev/null
+++ b/devel/rubygem-irb-gitlab/pkg-descr
@@ -0,0 +1,2 @@
+IRB stands for "interactive Ruby" and is a tool to interactively execute
+Ruby expressions read from the standard input.