diff options
Diffstat (limited to 'www/merb-more/Makefile')
-rw-r--r-- | www/merb-more/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/www/merb-more/Makefile b/www/merb-more/Makefile new file mode 100644 index 00000000000..c6820c949df --- /dev/null +++ b/www/merb-more/Makefile @@ -0,0 +1,21 @@ +# $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" |