Dancer plugin which provides an easy way implement flash messages.
WWW: http://search.cpan.org/dist/Dancer-Plugin-FlashMessage/
This commit is contained in:
parent
16470e6c22
commit
490d0acd44
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=401287
5 changed files with 33 additions and 0 deletions
|
@ -839,6 +839,7 @@
|
|||
SUBDIR += p5-Dancer-Logger-Log4perl
|
||||
SUBDIR += p5-Dancer-Plugin-ExtDirect
|
||||
SUBDIR += p5-Dancer-Plugin-Feed
|
||||
SUBDIR += p5-Dancer-Plugin-FlashMessage
|
||||
SUBDIR += p5-Dancer-Plugin-Lexicon
|
||||
SUBDIR += p5-Dancer-Plugin-Memcached
|
||||
SUBDIR += p5-Dancer-Plugin-REST
|
||||
|
|
25
www/p5-Dancer-Plugin-FlashMessage/Makefile
Normal file
25
www/p5-Dancer-Plugin-FlashMessage/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
|||
# Created by: Tom Judge <tj@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Dancer-Plugin-FlashMessage
|
||||
PORTVERSION= 0.314
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= tj@FreeBSD.org
|
||||
COMMENT= Dancer plugin for implementing Flash Messages
|
||||
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-Dancer>=1.2001:${PORTSDIR}/www/p5-Dancer
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
post-patch:
|
||||
@${RM} ${WRKSRC}/README.pod
|
||||
|
||||
.include <bsd.port.mk>
|
2
www/p5-Dancer-Plugin-FlashMessage/distinfo
Normal file
2
www/p5-Dancer-Plugin-FlashMessage/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Dancer-Plugin-FlashMessage-0.314.tar.gz) = 0964348c08369a37b7d47a04c10e17570415e02c7b39eefb1668d730cc588700
|
||||
SIZE (Dancer-Plugin-FlashMessage-0.314.tar.gz) = 12729
|
3
www/p5-Dancer-Plugin-FlashMessage/pkg-descr
Normal file
3
www/p5-Dancer-Plugin-FlashMessage/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Dancer plugin which provides an easy way implement flash messages.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Dancer-Plugin-FlashMessage/
|
2
www/p5-Dancer-Plugin-FlashMessage/pkg-plist
Normal file
2
www/p5-Dancer-Plugin-FlashMessage/pkg-plist
Normal file
|
@ -0,0 +1,2 @@
|
|||
%%SITE_PERL%%/Dancer/Plugin/FlashMessage.pm
|
||||
%%PERL5_MAN3%%/Dancer::Plugin::FlashMessage.3.gz
|
Loading…
Reference in a new issue