2012-10-25 08:55:37 +02:00
|
|
|
# $NetBSD: Makefile,v 1.10 2012/10/25 06:56:57 asau Exp $
|
2007-05-26 15:16:00 +02:00
|
|
|
|
2008-09-15 17:25:48 +02:00
|
|
|
DISTNAME= htree-0.7
|
2007-05-26 15:16:00 +02:00
|
|
|
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
|
2010-05-16 14:19:11 +02:00
|
|
|
LICENSE= ruby-license
|
2007-05-26 15:16:00 +02:00
|
|
|
|
2008-09-15 17:25:48 +02:00
|
|
|
NO_BUILD= yes
|
2007-05-26 15:16:00 +02:00
|
|
|
USE_RUBY_INSTALL= yes
|
|
|
|
|
2010-06-12 11:47:16 +02:00
|
|
|
INSTALL_TARGET= --destdir=${DESTDIR}
|
2008-10-29 05:16:15 +01:00
|
|
|
|
2010-07-31 03:44:38 +02:00
|
|
|
do-test:
|
|
|
|
${RUN} cd ${WRKSRC}; ${SETENV} ${TEST_ENV} ${RUBY} -I. test-all.rb
|
|
|
|
|
2007-05-26 15:16:00 +02:00
|
|
|
.include "../../lang/ruby/modules.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|