jeremy d765f5df76 Bump all ruby ports not already handled.
In the upgrade from ruby 1.8.6 to 1.8.7, the PLISTs changed
due to differences in how RDoc processes files.

This also has a number of changes to the regress tests to
work with the changes to devel/ruby-rake.  It moves most of
the regress tests to use MODRUBY_REGRESS.

OK jcs@, landry@, jasper@, sthen@
2010-09-23 22:30:24 +00:00

24 lines
781 B
Makefile

# $OpenBSD: Makefile,v 1.8 2010/09/23 22:30:30 jeremy Exp $
COMMENT = fast, lightweight MVC framework for Ruby
DISTNAME = merb-${VERSION}
REVISION = 0
# The datamapper dependency in merb seems broken.
GEM_SKIPDEPENDS = dm-core do_sqlite3 dm-timestamps dm-types \
dm-aggregates dm-migrations dm-validations \
dm-sweatshop dm-serializer
RUN_DEPENDS = :ruby-merb-more->=${VERSION}:www/ruby-merb/more \
:ruby-merb_datamapper->=${VERSION}:www/ruby-merb/datamapper \
::databases/ruby-do_sqlite3 \
::databases/ruby-datamapper/aggregates \
::databases/ruby-datamapper/serializer \
::databases/ruby-datamapper/sweatshop \
::databases/ruby-datamapper/timestamps \
::databases/ruby-datamapper/types \
::databases/ruby-datamapper/validations
.include <bsd.port.mk>