summaryrefslogtreecommitdiff
path: root/www/merb-haml/Makefile
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2008-04-04 15:24:08 +0000
committerjlam <jlam@pkgsrc.org>2008-04-04 15:24:08 +0000
commit99cae6c92237050332434ee535d0d9d6cf61f9ef (patch)
tree807455d30df8307d69c82e789c18512480692cba /www/merb-haml/Makefile
parent5afb2b7f77e94757fbf1097298a5a4e5372ac654 (diff)
downloadpkgsrc-99cae6c92237050332434ee535d0d9d6cf61f9ef.tar.gz
Initial import of merb-haml-0.9.2 as www/merb-haml.
This package contains a plugin for the Merb framework that provides support for HAML XHTML & CSS templates.
Diffstat (limited to 'www/merb-haml/Makefile')
-rw-r--r--www/merb-haml/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/www/merb-haml/Makefile b/www/merb-haml/Makefile
new file mode 100644
index 00000000000..624d5027a6e
--- /dev/null
+++ b/www/merb-haml/Makefile
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/04/04 15:24:08 jlam Exp $
+
+DISTNAME= merb-haml-0.9.2
+CATEGORIES= www
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://www.merbivore.com/
+COMMENT= Merb plugin that provides HAML template support
+
+DEPENDS+= merb-core>=0.9.2:../../www/merb-core
+DEPENDS+= ${RUBY_PKGPREFIX}-haml>=1.8.2:../../textproc/ruby-haml
+
+.include "../../misc/rubygems/rubygem.mk"
+.include "../../mk/bsd.pkg.mk"