bca06b970b
ruby2ruby provides a means of generating pure ruby code easily from ParseTree's Sexps. This makes making dynamic language processors much easier in ruby than ever before.
15 lines
456 B
Makefile
15 lines
456 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2008/04/04 15:18:56 jlam Exp $
|
|
|
|
DISTNAME= ruby2ruby-1.1.8
|
|
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://seattlerb.rubyforge.org/
|
|
COMMENT= Pure Ruby code from Ruby S-expressions
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-parsetree-[0-9]*:../../devel/ruby-parsetree
|
|
DEPENDS+= hoe>=1.4.0:../../devel/hoe
|
|
|
|
.include "../../misc/rubygems/rubygem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|