summaryrefslogtreecommitdiff
path: root/textproc/ruby-redcloth/Makefile
blob: 0c2c143cb3fbe4b32d53b58b80b35279eaf03b34 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# $NetBSD: Makefile,v 1.2 2005/09/05 03:52:49 taca Exp $

DISTNAME=	RedCloth-${VER}
PKGNAME=	${RUBY_PKGPREFIX}-redcloth-${VER}
CATEGORIES=	textproc
MASTER_SITES=	http://rubyforge.org/frs/download.php/2896/

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=		3.0.3

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"