summaryrefslogtreecommitdiff
path: root/www/merb-has-flash/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2008-04-04 15:24:15 +0000
committerjlam <jlam>2008-04-04 15:24:15 +0000
commit3e07e65a2a57d0c43e17382861c4961c10b976cf (patch)
tree63e993673ed27b39d3f9ae4a5c66e8a0811b26a2 /www/merb-has-flash/Makefile
parent938e0a5554eac37b0483c36956ebc56cfa0b40f5 (diff)
downloadpkgsrc-3e07e65a2a57d0c43e17382861c4961c10b976cf.tar.gz
Initial import of merb-has-flash-0.9.2 as www/merb-has-flash.
Merb_has_flash is a plugin for the Merb framework that provides Rails-style flash. The ``flash'' provides a way to pass temporary objects between actions. Anything you place in the flash will be exposed to the very next action and then cleared out. This is a great way of doing notices and alerts, such as a create action that sets flash[:notice] = "Successfully created" before redirecting to a display action that can then expose the flash to its template.
Diffstat (limited to 'www/merb-has-flash/Makefile')
-rw-r--r--www/merb-has-flash/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/www/merb-has-flash/Makefile b/www/merb-has-flash/Makefile
new file mode 100644
index 00000000000..1057207da6d
--- /dev/null
+++ b/www/merb-has-flash/Makefile
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/04/04 15:24:15 jlam Exp $
+
+DISTNAME= merb_has_flash-0.9.2
+PKGNAME= ${DISTNAME:S/_/-/g}
+CATEGORIES= www
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+COMMENT= Rails-style flash for Merb
+
+DEPENDS+= merb-core>=0.9.2:../../www/merb-core
+
+.include "../../misc/rubygems/rubygem.mk"
+.include "../../mk/bsd.pkg.mk"