pkgsrc/textproc/ruby-bluecloth/Makefile
taca bd2549289d Update ruby-bluecloth package to 2.2.0.
== v2.2.0 [2011-11-01] Michael Granger <ged@FaerieMUD.org>

- Config -> RbConfig (1.9.3 deprecation fix)
- Adding a manpage for bin/bluecloth for packagers that require every
  binary have one (e.g., Debian) (fixes #78). Thanks to Cédric
  Boutillier for the contribution.
- Updated for Discount 2.0.9
2011-12-15 15:59:34 +00:00

14 lines
359 B
Makefile

# $NetBSD: Makefile,v 1.7 2011/12/15 15:59:34 taca Exp $
DISTNAME= bluecloth-2.2.0
CATEGORIES= textproc
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://deveiate.org/projects/BlueCloth
COMMENT= Markdown library for Ruby
LICENSE= original-bsd
CONFLICTS+= ruby[1-9][0-9]-bluecloth-[0-9]*
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"