pkgsrc/textproc/ruby-maruku/Makefile
jlam 812895e9d3 Update ruby-maruku to version 0.5.8. Chanages from version 0.5.6 include:
+ Install as a Ruby gem.

* Fixed bugs:
  * Fix bug in which links `<http://..>` at beginning of lines could
    sometimes be mistaken for HTML.
  * Empty cells in table are now allowed.
  * Now this is accepted (Maruku did not like the "." inside the link)
	[a. b] is a link.

	[a. b]: http://site.com/
* Fix bug about double-encoding of ampersands in code blocks.
* Fixed compatibility bug with Ruby 1.8.6 patchlevel 110.
2008-04-04 15:22:09 +00:00

14 lines
395 B
Makefile

# $NetBSD: Makefile,v 1.3 2008/04/04 15:22:09 jlam Exp $
DISTNAME= maruku-0.5.8
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
CATEGORIES= textproc
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= http://maruku.rubyforge.org/
COMMENT= Markdown-superset interpreter
DEPENDS+= ${RUBY_PKGPREFIX}-syntax>=1.0.0:../../textproc/ruby-syntax
.include "../../misc/rubygems/rubygem.mk"
.include "../../mk/bsd.pkg.mk"