pkgsrc/textproc/ruby-redcarpet/Makefile
taca 0a69c9cd67 Update ruby-redcarpet to 3.3.4.
This release simply fixes the bufprintf function to correctly work on Windows
MinGW-w64 so strings are properly written to the buffer and also skips
non-ASCII chars during anchor generation to avoid generating invalid UTF-8
bytes sequences.
2016-03-15 15:57:59 +00:00

14 lines
339 B
Makefile

# $NetBSD: Makefile,v 1.9 2016/03/15 15:57:59 taca Exp $
DISTNAME= redcarpet-3.3.4
CATEGORIES= textproc
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/vmg/redcarpet/
COMMENT= Markdown that smells nice
LICENSE= mit
RUBYGEM_OPTIONS+= --format-executable
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"