c9c8784b35
Generates structured HTML documentation from Ruby source. Authomatically extracts class, module, method, and attribute definitions. These can be annonated using inline comments. Analyzes method visibility. Handles aliasing. Uses non-intrusive and implicit markup in the comments. Package submitted by Miguel Mendez via PR pkg/20312 with some cleanups by me.
21 lines
504 B
Makefile
21 lines
504 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2003/02/16 02:03:33 salo Exp $
|
|
#
|
|
|
|
DISTNAME= rdoc-beta-2
|
|
PKGNAME= ruby-rdoc-0.0.0.2
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=rdoc/}
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= flynn@energyhq.homeip.net
|
|
HOMEPAGE= http://rdoc.sourceforge.net/
|
|
COMMENT= Generates structured HTML documentation from Ruby source
|
|
|
|
NO_BUILD= YES
|
|
USE_RUBY= YES
|
|
|
|
do-install:
|
|
cd ${WRKSRC} && ${RUBY} install.rb
|
|
|
|
.include "../../lang/ruby-base/Makefile.common"
|
|
.include "../../mk/bsd.pkg.mk"
|