summaryrefslogtreecommitdiff
path: root/textproc/ruby-bluecloth/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2008-04-04 15:21:00 +0000
committerjlam <jlam>2008-04-04 15:21:00 +0000
commitafb63afb73a4396bd1f33cd999ff7e1f9ced52a2 (patch)
treed4cc4e70454d34955e28d32213446d2f8f73b46f /textproc/ruby-bluecloth/Makefile
parent9a0c4f6fe2ab4616b300b22efcd3a317049d887b (diff)
downloadpkgsrc-afb63afb73a4396bd1f33cd999ff7e1f9ced52a2.tar.gz
Initial import of ruby18-bluecloth-1.0.0 as textproc/ruby-bluecloth.
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).
Diffstat (limited to 'textproc/ruby-bluecloth/Makefile')
-rw-r--r--textproc/ruby-bluecloth/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/textproc/ruby-bluecloth/Makefile b/textproc/ruby-bluecloth/Makefile
new file mode 100644
index 00000000000..3f8c2782bcf
--- /dev/null
+++ b/textproc/ruby-bluecloth/Makefile
@@ -0,0 +1,14 @@
+# $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"