From 5f34b6ed66a43a1725dd83c3e58c68b1c73dbcd3 Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Sat, 3 Sep 2011 20:23:13 +0000 Subject: - 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 --- databases/p5-Dancer-Plugin-Redis/Makefile | 30 ++++++++++++++++++++++++++++++ databases/p5-Dancer-Plugin-Redis/distinfo | 2 ++ databases/p5-Dancer-Plugin-Redis/pkg-descr | 5 +++++ databases/p5-Dancer-Plugin-Redis/pkg-plist | 7 +++++++ 4 files changed, 44 insertions(+) create mode 100644 databases/p5-Dancer-Plugin-Redis/Makefile create mode 100644 databases/p5-Dancer-Plugin-Redis/distinfo create mode 100644 databases/p5-Dancer-Plugin-Redis/pkg-descr create mode 100644 databases/p5-Dancer-Plugin-Redis/pkg-plist (limited to 'databases/p5-Dancer-Plugin-Redis') diff --git a/databases/p5-Dancer-Plugin-Redis/Makefile b/databases/p5-Dancer-Plugin-Redis/Makefile new file mode 100644 index 000000000000..9de7514aefec --- /dev/null +++ b/databases/p5-Dancer-Plugin-Redis/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: p5-Dancer-Plugin-Redis +# Date created: 31 August 2011 +# Whom: Grzegorz Blach +# +# $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 diff --git a/databases/p5-Dancer-Plugin-Redis/distinfo b/databases/p5-Dancer-Plugin-Redis/distinfo new file mode 100644 index 000000000000..d600c021838b --- /dev/null +++ b/databases/p5-Dancer-Plugin-Redis/distinfo @@ -0,0 +1,2 @@ +SHA256 (Dancer-Plugin-Redis-0.02.tar.gz) = c24c08a50c4dfc87c3d92a3884696b23b2bed6cbcf882b943a77014d22228a2a +SIZE (Dancer-Plugin-Redis-0.02.tar.gz) = 4621 diff --git a/databases/p5-Dancer-Plugin-Redis/pkg-descr b/databases/p5-Dancer-Plugin-Redis/pkg-descr new file mode 100644 index 000000000000..96d13de21f60 --- /dev/null +++ b/databases/p5-Dancer-Plugin-Redis/pkg-descr @@ -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/ diff --git a/databases/p5-Dancer-Plugin-Redis/pkg-plist b/databases/p5-Dancer-Plugin-Redis/pkg-plist new file mode 100644 index 000000000000..cbbba56fd2f8 --- /dev/null +++ b/databases/p5-Dancer-Plugin-Redis/pkg-plist @@ -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 -- cgit v1.2.3