mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Add p5-Dancer-Plugin-Redis 0.02
Dancer::Plugin::Redis provides an easy way to obtain a connected Redis database handle by simply calling the 'redis' keyword within a Dancer application. WWW: http://search.cpan.org/dist/Dancer-Plugin-Redis/ PR: ports/160346 Submitted by: Grzegorz Blach <magik@roorback.net>
This commit is contained in:
parent
4637358a45
commit
5f34b6ed66
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=281114
5 changed files with 45 additions and 0 deletions
|
@ -411,6 +411,7 @@
|
|||
SUBDIR += p5-DWH_File
|
||||
SUBDIR += p5-Dancer-Plugin-DBIC
|
||||
SUBDIR += p5-Dancer-Plugin-Database
|
||||
SUBDIR += p5-Dancer-Plugin-Redis
|
||||
SUBDIR += p5-Dancer-Session-Memcached
|
||||
SUBDIR += p5-Data-Page
|
||||
SUBDIR += p5-Data-Pageset
|
||||
|
|
30
databases/p5-Dancer-Plugin-Redis/Makefile
Normal file
30
databases/p5-Dancer-Plugin-Redis/Makefile
Normal file
|
@ -0,0 +1,30 @@
|
|||
# New ports collection makefile for: p5-Dancer-Plugin-Redis
|
||||
# Date created: 31 August 2011
|
||||
# Whom: Grzegorz Blach <magik@roorback.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Dancer-Plugin-Redis
|
||||
PORTVERSION= 0.02
|
||||
CATEGORIES= databases perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:CSCM
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= magik@roorback.net
|
||||
COMMENT= Redis database connector for Dancer
|
||||
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-Dancer>=1.1750:${PORTSDIR}/www/p5-Dancer \
|
||||
p5-Redis>=0:${PORTSDIR}/databases/p5-Redis
|
||||
RUN_DEPENDS= p5-Dancer>=1.1750:${PORTSDIR}/www/p5-Dancer \
|
||||
p5-Redis>=0:${PORTSDIR}/databases/p5-Redis
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Dancer::Plugin::Redis.3
|
||||
|
||||
.include <bsd.port.mk>
|
2
databases/p5-Dancer-Plugin-Redis/distinfo
Normal file
2
databases/p5-Dancer-Plugin-Redis/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Dancer-Plugin-Redis-0.02.tar.gz) = c24c08a50c4dfc87c3d92a3884696b23b2bed6cbcf882b943a77014d22228a2a
|
||||
SIZE (Dancer-Plugin-Redis-0.02.tar.gz) = 4621
|
5
databases/p5-Dancer-Plugin-Redis/pkg-descr
Normal file
5
databases/p5-Dancer-Plugin-Redis/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
Dancer::Plugin::Redis provides an easy way to obtain a connected Redis
|
||||
database handle by simply calling the 'redis' keyword within a Dancer
|
||||
application.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Dancer-Plugin-Redis/
|
7
databases/p5-Dancer-Plugin-Redis/pkg-plist
Normal file
7
databases/p5-Dancer-Plugin-Redis/pkg-plist
Normal file
|
@ -0,0 +1,7 @@
|
|||
%%SITE_PERL%%/Dancer/Plugin/Redis.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Dancer/Plugin/Redis/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Dancer/Plugin/Redis
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Dancer/Plugin
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Dancer
|
||||
@dirrmtry %%SITE_PERL%%/Dancer/Plugin
|
||||
@dirrmtry %%SITE_PERL%%/Dancer
|
Loading…
Add table
Reference in a new issue