diff options
author | jlam <jlam@pkgsrc.org> | 2008-04-04 15:23:46 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2008-04-04 15:23:46 +0000 |
commit | 39873c571cf7b9ecfc596b9ba21103ede4a26ad3 (patch) | |
tree | 91fe13ff9e52b225a33beff080fef0e90d562fd8 /www/merb-core/Makefile | |
parent | 335e18da3a283ad807c8389b594be08b4c50bd13 (diff) | |
download | pkgsrc-39873c571cf7b9ecfc596b9ba21103ede4a26ad3.tar.gz |
Initial import of merb-core-0.9.2 as www/merb-core.
merb-core is the heart of the merb MVC framwork. It has the rack
abstraction along with the dispatcher, router, controller and view
layers. You can make very fast, small footprint services and apps with
just merb-core.
Diffstat (limited to 'www/merb-core/Makefile')
-rw-r--r-- | www/merb-core/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/www/merb-core/Makefile b/www/merb-core/Makefile new file mode 100644 index 00000000000..fc15dd8e6ce --- /dev/null +++ b/www/merb-core/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/04/04 15:23:46 jlam Exp $ + +DISTNAME= merb-core-0.9.2 +CATEGORIES= www + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://www.merbivore.com/ +COMMENT= Merb core classes and framework + +DEPENDS+= erubis>=2.5.0:../../www/erubis +DEPENDS+= rake>=0.8.1:../../devel/rake +DEPENDS+= ${RUBY_PKGPREFIX}-hpricot>=0.6:../../textproc/ruby-hpricot +DEPENDS+= ${RUBY_PKGPREFIX}-json-pure>=1.1.2:../../textproc/ruby-json-pure +DEPENDS+= ${RUBY_PKGPREFIX}-mime-types>=1.15:../../mail/ruby-mime-types +DEPENDS+= ${RUBY_PKGPREFIX}-rack>=0.3:../../www/ruby-rack +DEPENDS+= ${RUBY_PKGPREFIX}-rspec>=1.1.3:../../devel/ruby-rspec + +# The merb-core gem lacks the ${WRKSRC}/tools directory. +GEM_BUILD= gemspec + +.include "../../misc/rubygems/rubygem.mk" +.include "../../mk/bsd.pkg.mk" |