PORTNAME= rdoc PORTVERSION= 6.3.4.1 CATEGORIES= devel rubygems MASTER_SITES= RG PKGNAMESUFFIX= -gitlab MAINTAINER= ports@MidnightBSD.org COMMENT= RDoc produces HTML and command-line documentation for Ruby projects WWW= https://ruby.github.io/rdoc/ \ https://github.com/ruby/rdoc LICENSE= gpl2 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: ${MKDIR} ${PREFIX}/share/man/man1 ${INSTALL_DATA} ${WRKSRC}/man/ri.1 ${PREFIX}/share/man/man1 ${REINPLACE_CMD} -e 's|${FAKE_DESTDIR}||g' ${PREFIX}/bin/rdoc ${PREFIX}/bin/ri .include