pkgsrc/textproc/ruby-redcloth/Makefile
minskim 3f720f9ac4 Import ruby-redcloth from pkgsrc-wip. Packaged by Rich Davies.
RedCloth is a Ruby library for working with the Textile language
(http://www.textism.com/tools/textile/).
2005-03-26 16:16:44 +00:00

21 lines
588 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2005/03/26 16:16:44 minskim Exp $
DISTNAME= redcloth-${VER}
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
CATEGORIES= textproc
MASTER_SITES= http://rubyforge.org/frs/download.php/514/
MAINTAINER= rasputnik@hellooperator.net
HOMEPAGE= http://www.whytheluckystiff.net/ruby/redcloth/
COMMENT= Textile library for Ruby
USE_RUBY_SETUP= yes
RUBY_SETUP= install.rb
VER= 2.0.5
post-install:
${INSTALL_DATA_DIR} ${RUBY_DOCDIR}/redcloth
${INSTALL_DATA} ${WRKSRC}/doc/README ${RUBY_DOCDIR}/redcloth
.include "../../lang/ruby/modules.mk"
.include "../../mk/bsd.pkg.mk"