1a59852b09
Not complete but from History.md: ## 2.0.11 [2011-02-10] Michael Granger <ged@FaerieMUD.org> Enhancements: * gem-testers support * Update to Discount 2.0.5 Bugfixes: * Removed unnecessary requires from top-level file * Fix for Windows devkit installs ## v2.0.10 [2011-02-09] Michael Granger <ged@FaerieMUD.org> Enhancements: Updated to Discount 2.0.4: * Added configuration options for all of Discount's extensions. * Worked around a Discount bug when rendering the same document twice (appends a \0)
14 lines
359 B
Makefile
14 lines
359 B
Makefile
# $NetBSD: Makefile,v 1.6 2011/06/19 03:35:05 taca Exp $
|
|
|
|
DISTNAME= bluecloth-2.1.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"
|