openbsd-ports/devel/ruby-ruby2ruby/Makefile
bernd b6b31c85cf Initial import of ruby-ruby2ruby-1.1.8.
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.
2008-04-19 18:50:28 +00:00

30 lines
597 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2008/04/19 18:50:28 bernd Exp $
COMMENT= generating pure Ruby code easily from ParseTree's Sexps
DISTNAME= ruby2ruby-1.1.8
PKGNAME= ruby-${DISTNAME}
CATEGORIES= devel
# MIT
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_RUBYFORGE:=seattlerb/}
MODULES= lang/ruby
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= ::devel/ruby-parsetree
GEM_SKIPDEPENDS= hoe
CONFIGURE_STYLE= ruby gem
do-regress:
@cd ${WRKBUILD} && ${RUBY} -Ilib test/test_ruby2ruby.rb
.include <bsd.port.mk>