diff options
author | Matthias Fechner <mfechner@FreeBSD.org> | 2021-07-03 08:00:55 +0200 |
---|---|---|
committer | Matthias Fechner <mfechner@FreeBSD.org> | 2021-07-03 08:03:24 +0200 |
commit | 1991e978c18731a9ee5abcc26e02ab6bf98c77b1 (patch) | |
tree | d03b64c1d7b7cc9d016cf9c16dadfe187235d45c /devel/rubygem-gitlab-rdoc/Makefile | |
parent | textproc/rubygem-nokogiri: Update to 1.11.7. (diff) |
devel/rubygem-gitlab-rdoc: Added new port required for gitlab-ce 14.0.2.
Diffstat (limited to 'devel/rubygem-gitlab-rdoc/Makefile')
-rw-r--r-- | devel/rubygem-gitlab-rdoc/Makefile | 22 |
1 files changed, 22 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> |