d765f5df76
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@
22 lines
864 B
Makefile
22 lines
864 B
Makefile
# $OpenBSD: Makefile,v 1.7 2010/09/23 22:30:30 jeremy Exp $
|
|
|
|
COMMENT = the full Merb stack
|
|
|
|
DISTNAME = merb-more-${VERSION}
|
|
REVISION = 0
|
|
|
|
RUN_DEPENDS = :ruby-merb-core->=${VERSION}:www/ruby-merb/core \
|
|
:ruby-merb-action-args->=${VERSION}:www/ruby-merb/action-args \
|
|
:ruby-merb-assets->=${VERSION}:www/ruby-merb/assets \
|
|
:ruby-merb-slices->=${VERSION}:www/ruby-merb/slices \
|
|
:ruby-merb-auth->=${VERSION}:www/ruby-merb/auth \
|
|
:ruby-merb-cache->=${VERSION}:www/ruby-merb/cache \
|
|
:ruby-merb-exceptions->=${VERSION}:www/ruby-merb/exceptions \
|
|
:ruby-merb-gen->=${VERSION}:www/ruby-merb/gen \
|
|
:ruby-merb-haml->=${VERSION}:www/ruby-merb/haml \
|
|
:ruby-merb-helpers->=${VERSION}:www/ruby-merb/helpers \
|
|
:ruby-merb-mailer->=${VERSION}:www/ruby-merb/mailer \
|
|
:ruby-merb-param-protection->=${VERSION}:www/ruby-merb/param-protection
|
|
|
|
.include <bsd.port.mk>
|