summaryrefslogtreecommitdiff
path: root/devel/rubygem-rdoc-gitlab/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/rubygem-rdoc-gitlab/Makefile')
-rw-r--r--devel/rubygem-rdoc-gitlab/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/devel/rubygem-rdoc-gitlab/Makefile b/devel/rubygem-rdoc-gitlab/Makefile
new file mode 100644
index 000000000000..aa9df190eb3b
--- /dev/null
+++ b/devel/rubygem-rdoc-gitlab/Makefile
@@ -0,0 +1,29 @@
+PORTNAME= rdoc
+PORTVERSION= 6.3.4.1
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+PKGNAMESUFFIX= -gitlab
+
+MAINTAINER= mfechner@FreeBSD.org
+COMMENT= RDoc produces HTML and command-line documentation for Ruby projects
+WWW= https://ruby.github.io/rdoc/ \
+ https://github.com/ruby/rdoc
+
+LICENSE= GPLv2 RUBY
+LICENSE_COMB= dual
+LICENSE_FILE_RUBY= ${WRKSRC}/LICENSE.rdoc
+
+USES= cpe gem
+
+NO_ARCH= yes
+
+PLIST_FILES= bin/rdoc \
+ bin/ri \
+ share/man/man1/ri.1.gz
+
+CPE_VENDOR= ruby-lang
+
+post-install:
+ ${INSTALL_DATA} ${WRKSRC}/man/ri.1 ${STAGEDIR}${PREFIX}/share/man/man1
+
+.include <bsd.port.mk>