diff options
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> |