to handle dependency to ruby-json. * Fix miscellaneous permission of files. It should fix build problem with ruby18-base.
21 lines
640 B
Makefile
21 lines
640 B
Makefile
# $NetBSD: Makefile,v 1.3 2011/11/23 05:21:03 taca Exp $
|
|
|
|
DISTNAME= rdoc-${RUBY_RDOC_VERSION}
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://docs.seattlerb.org/rdoc
|
|
COMMENT= produces HTML and command-line documentation for Ruby projects
|
|
LICENSE= gnu-gpl-v2 OR ruby-license
|
|
|
|
RUBY_JSON_REQD= 1.4
|
|
MAKE_ENV+= RUBYLIB=${RUBYGEM_INSTALL_ROOT}${PREFIX}/${GEM_LIBDIR}/lib
|
|
|
|
pre-configure:
|
|
${FIND} ${WRKSRC}/lib/rdoc/generator/template/darkfish/images \
|
|
-type f -exec ${CHMOD} -x {} \;
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../lang/ruby/rdoc.mk"
|
|
.include "../../lang/ruby/json.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|