fedfaf2d0d
BlueCloth is a Ruby implementation of Markdown, a text-to-HTML conversion tool for web writers. Markdown allows you to write using an easy-to-read, easy-to-write plain text format, then convert it to structurally valid XHTML (or HTML).
14 lines
370 B
Makefile
14 lines
370 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2008/04/04 15:21:00 jlam Exp $
|
|
|
|
DISTNAME= BlueCloth-1.0.0
|
|
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:tl}
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.deveiate.org/projects/BlueCloth
|
|
COMMENT= Markdown library for Ruby
|
|
|
|
GEM_BUILD= gemspec
|
|
|
|
.include "../../misc/rubygems/rubygem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|