a0a1f2e57c
COMMENT should not be longer than 70 characters. COMMENT should not begin with 'A'. COMMENT should not begin with 'An'. COMMENT should not begin with 'a'. COMMENT should not end with a period. COMMENT should start with a capital letter. pkglint warnings. Some files also got minor formatting, spelling, and style corrections.
21 lines
642 B
Makefile
21 lines
642 B
Makefile
# $NetBSD: Makefile,v 1.4 2013/04/06 03:45:12 rodent 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"
|