4f0c1cd85a
0.7.2 * Fix angle-bracket links starting with https:// at the beginning of a line. #126 * Fix error in footnote generation. #129 * Fix for ellipses dissapearing at the end of a line. #131 * Reimplement smartypants for a large overall speed improvement. #132 * #maruku_error will now respect :on_error => :ignore. #133
16 lines
405 B
Makefile
16 lines
405 B
Makefile
# $NetBSD: Makefile,v 1.9 2015/03/13 16:16:12 taca Exp $
|
|
|
|
DISTNAME= maruku-0.7.2
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= http://maruku.rubyforge.org/
|
|
COMMENT= Markdown-superset interpreter
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-syntax>=1.0.0:../../textproc/ruby-syntax
|
|
|
|
CONFLICTS+= ruby[1-9][0-9]-maruku-*
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|