pkgsrc-wip/ruby-redcloth/Makefile
2004-12-16 22:19:43 +00:00

21 lines
591 B
Makefile

# $NetBSD: Makefile,v 1.6 2004/12/16 22:19:45 thomasklausner 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"