diff options
author | obache <obache@pkgsrc.org> | 2010-08-01 12:14:34 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-08-01 12:14:34 +0000 |
commit | 19b4758faef2c5b08ef175e8bd89850b0b305285 (patch) | |
tree | 6f5e4bbad728434023c06b6ded77195a1dfeb92f /textproc/ruby-hikidoc/Makefile | |
parent | 7713270bfe88c481eb959511c5a822783d50bbdf (diff) | |
download | pkgsrc-19b4758faef2c5b08ef175e8bd89850b0b305285.tar.gz |
Import ruby-hikidoc-0.0.4 as textproc/ruby-hikidoc.
'HikiDoc' is a text-to-HTML conversion tool for web writers. HikiDoc allows you
to write using an easy-to-read, easy-to-write plain text format, then convert it
to structurally valid HTML (or XHTML).
Diffstat (limited to 'textproc/ruby-hikidoc/Makefile')
-rw-r--r-- | textproc/ruby-hikidoc/Makefile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/textproc/ruby-hikidoc/Makefile b/textproc/ruby-hikidoc/Makefile new file mode 100644 index 00000000000..ba9c0678bcd --- /dev/null +++ b/textproc/ruby-hikidoc/Makefile @@ -0,0 +1,26 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/08/01 12:14:34 obache Exp $ +# + +DISTNAME= hikidoc-0.0.4 +PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} +CATEGORIES= textproc converters ruby +MASTER_SITES= http://rubyforge.org/frs/download.php/62246/ +EXTRACT_SUFX= .tgz + +MAINTAINER= obache@NetBSD.org +HOMEPAGE= http://projects.netlab.jp/hikidoc/ +COMMENT= Text-to-HTML conversion tool for web writers +LICENSE= modified-bsd + +PKG_DESTDIR_SUPPORT= user-destdir + +USE_LANGUAGES= # none +USE_RUBY_SETUP= YES + +CONFIGURE_ARGS+= --siterubyver=${PREFIX}/${RUBY_VENDORLIB} + +do-test: + ${RUN} cd ${WRKSRC}; ${RUBY} test/run-test.rb + +.include "../../lang/ruby/modules.mk" +.include "../../mk/bsd.pkg.mk" |