summaryrefslogtreecommitdiff
path: root/devel/rubygem-gitlab-rdoc
diff options
context:
space:
mode:
Diffstat (limited to 'devel/rubygem-gitlab-rdoc')
-rw-r--r--devel/rubygem-gitlab-rdoc/Makefile22
-rw-r--r--devel/rubygem-gitlab-rdoc/distinfo3
-rw-r--r--devel/rubygem-gitlab-rdoc/pkg-descr5
3 files changed, 30 insertions, 0 deletions
diff --git a/devel/rubygem-gitlab-rdoc/Makefile b/devel/rubygem-gitlab-rdoc/Makefile
new file mode 100644
index 000000000000..d6104daca7f0
--- /dev/null
+++ b/devel/rubygem-gitlab-rdoc/Makefile
@@ -0,0 +1,22 @@
+PORTNAME= gitlab-rdoc
+PORTVERSION= 6.3.2
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+
+MAINTAINER= mfechner@FreeBSD.org
+COMMENT= RDoc produces HTML and command-line documentation for Ruby projects
+
+LICENSE= GPLv2 RUBY
+LICENSE_COMB= dual
+LICENSE_FILE_RUBY= ${WRKSRC}/LICENSE.rdoc
+
+USES= gem
+USE_RUBY= yes
+
+NO_ARCH= yes
+
+post-install:
+ ${RM} ${STAGEDIR}${PREFIX}/bin/rdoc
+ ${RM} ${STAGEDIR}${PREFIX}/bin/ri
+
+.include <bsd.port.mk>
diff --git a/devel/rubygem-gitlab-rdoc/distinfo b/devel/rubygem-gitlab-rdoc/distinfo
new file mode 100644
index 000000000000..f367ea20ee5b
--- /dev/null
+++ b/devel/rubygem-gitlab-rdoc/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1625167966
+SHA256 (rubygem/gitlab-rdoc-6.3.2.gem) = c97917d688a6945f5c5d04859962216f174fcb7f141bf9f2d04a10d9668e6d13
+SIZE (rubygem/gitlab-rdoc-6.3.2.gem) = 569856
diff --git a/devel/rubygem-gitlab-rdoc/pkg-descr b/devel/rubygem-gitlab-rdoc/pkg-descr
new file mode 100644
index 000000000000..3d9f1bdc9649
--- /dev/null
+++ b/devel/rubygem-gitlab-rdoc/pkg-descr
@@ -0,0 +1,5 @@
+RDoc produces HTML and command-line documentation for Ruby projects. RDoc
+includes the +rdoc+ and +ri+ tools for generating and displaying online
+documentation. See RDoc for a description of RDoc's markup and basic use.
+
+WWW: https://ruby.github.io/rdoc/