pkgsrc/textproc/ruby-redcarpet/Makefile
taca 155fb7a9ac Add ruby-redcarpet package version 3.0.0.
Redcarpet is Ruby library for Markdown processing that smells like
butterflies and popcorn.

Redcarpet used to be a drop-in replacement for Redcloth. This is no longer the
case since version 2 -- it now has its own API, but retains the old name. Yes,
that does mean that Redcarpet 2 is not backwards-compatible with the 1.X
versions.

Redcarpet is based on the [Sundown](https://www.github.com/vmg/sundown)
library. You might want to find out more about Sundown to see what makes this
Ruby library so awesome.
2013-09-15 16:26:30 +00:00

14 lines
331 B
Makefile

# $NetBSD: Makefile,v 1.1 2013/09/15 16:26:30 taca Exp $
DISTNAME= redcarpet-3.0.0
CATEGORIES= textproc
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://github.com/vmg/redcarpet
COMMENT= Markdown that smells nice
LICENSE= mit
RUBY_VERSION_SUPPORTED= 200 193
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"