dae9510c7d
This package contains merb-more, which provides the the full set of functionally for Merb outside of the merb-core classes. Adding merb-more gives you the Full Stack -- take what you need; leave what you don't.
21 lines
772 B
Makefile
21 lines
772 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2008/04/04 15:24:38 jlam Exp $
|
|
|
|
DISTNAME= merb-more-0.9.2
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.merbivore.com/
|
|
COMMENT= Merb classes and framework for "full stack" functionality
|
|
|
|
DEPENDS+= merb-action-args>=0.9.2:../../www/merb-action-args
|
|
DEPENDS+= merb-assets>=0.9.2:../../www/merb-assets
|
|
DEPENDS+= merb-builder>=0.9.2:../../www/merb-builder
|
|
DEPENDS+= merb-cache>=0.9.2:../../www/merb-cache
|
|
DEPENDS+= merb-core>=0.9.2:../../www/merb-core
|
|
DEPENDS+= merb-gen>=0.9.2:../../www/merb-gen
|
|
DEPENDS+= merb-haml>=0.9.2:../../www/merb-haml
|
|
DEPENDS+= merb-mailer>=0.9.2:../../www/merb-mailer
|
|
DEPENDS+= merb-parts>=0.9.2:../../www/merb-parts
|
|
|
|
.include "../../misc/rubygems/rubygem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|