mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 02:21:15 +02:00
21 lines
395 B
Makefile
21 lines
395 B
Makefile
# $FreeBSD:ruby/Makefile 473900 2018-07-04 17:22:21Z mfechner $
|
|
|
|
PORTNAME= rdoc
|
|
PORTVERSION= 6.0.4
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= RDoc produces HTML and command-line documentation for Ruby projects
|
|
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
post-install:
|
|
${RM} ${STAGEDIR}${PREFIX}/bin/rdoc ${STAGEDIR}${PREFIX}/bin/ri
|
|
|
|
.include <bsd.port.mk>
|