summaryrefslogtreecommitdiff
path: root/textproc/ruby-htree/Makefile
blob: e5f5bb27e60efb3b10dabc2bd9025b664536dbc7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $NetBSD: Makefile,v 1.4 2008/10/29 04:17:18 obache Exp $

DISTNAME=	htree-0.7
PKGNAME=	${RUBY_PKGPREFIX}-${DISTNAME}
CATEGORIES=	textproc ruby
MASTER_SITES=	http://www.a-k-r.org/htree/

MAINTAINER=	obache@NetBSD.org
HOMEPAGE=	http://www.a-k-r.org/htree/
COMMENT=	Tree data structure which represent HTML and XML data for Ruby

PKG_DESTDIR_SUPPORT=	user-destdir

NO_BUILD=		yes
USE_RUBY_INSTALL=	yes

INSTALL_TARGET=		install --destdir=${DESTDIR}

.include "../../lang/ruby/modules.mk"
.include "../../mk/bsd.pkg.mk"