pkgsrc/www/p5-Catalyst-Plugin-StatusMessage/Makefile
hiramatsu fe1d2f986c Import perl module Catalyst::Plugin::StatusMessage into
www/p5-Catalyst-Plugin-StatusMessage, because tutorial
recommends to use this module.

The purpose of this plugin is to pass "status message" between screens
through the following mechanisms:

- Stores messages in the "$c->session" so that the application is
  free to redirect to the appropriate URL after an action is taken.

- Associates a random 8-digit "token" with each messages, so it's
  completely unambiguous what message should be shown in each
  window/tab.

- Only requires that the token (not the full message) be included in
  the redirect URL.

- Automatically removes the message after the first time it is
  displayed.  That way, if users hit refresh in their browsers they
  only see the messages the first time.
2011-10-16 09:20:29 +00:00

21 lines
686 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2011/10/16 09:20:29 hiramatsu Exp $
DISTNAME= Catalyst-Plugin-StatusMessage-0.003000
PKGNAME= p5-${DISTNAME}
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Catalyst/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Catalyst-Plugin-StatusMessage/
COMMENT= Handle passing of status messages between screens of a web application
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Catalyst-Runtime>=5.71001:../../www/p5-Catalyst-Runtime
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Catalyst/Plugin/StatusMessage/.packlist
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"