mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
New port: www/p5-Dancer-Plugin-Memcached:
This plugin gives Dancer the ability to get and store page content in a memcached server, which in specific configurations could give a performance boost - particulary on GET requests that incur significant database calls. WWW: http://search.cpan.org/dist/Dancer-Plugin-Memcached/
This commit is contained in:
parent
9229cfb2fb
commit
3b92db9566
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=368342
20
www/p5-Dancer-Plugin-Memcached/Makefile
Normal file
20
www/p5-Dancer-Plugin-Memcached/Makefile
Normal file
@ -0,0 +1,20 @@
|
||||
# Created by: Ryan Steinmetz <zi@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Dancer-Plugin-Memcached
|
||||
PORTVERSION= 0.02
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:SQUEEK
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Cache response content to memcached
|
||||
|
||||
RUN_DEPENDS= p5-Dancer>0:${PORTSDIR}/www/p5-Dancer
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure fixpacklist
|
||||
|
||||
.include <bsd.port.mk>
|
2
www/p5-Dancer-Plugin-Memcached/distinfo
Normal file
2
www/p5-Dancer-Plugin-Memcached/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (Dancer-Plugin-Memcached-0.02.tar.gz) = 45201542cd80b479ef7800c924cdfc83d4022a94cb1fd67bb98c8d25e238552e
|
||||
SIZE (Dancer-Plugin-Memcached-0.02.tar.gz) = 10602
|
6
www/p5-Dancer-Plugin-Memcached/pkg-descr
Normal file
6
www/p5-Dancer-Plugin-Memcached/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
This plugin gives Dancer the ability to get and store page content in a
|
||||
memcached server, which in specific configurations could give a
|
||||
performance boost - particulary on GET requests that incur significant
|
||||
database calls.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Dancer-Plugin-Memcached/
|
5
www/p5-Dancer-Plugin-Memcached/pkg-plist
Normal file
5
www/p5-Dancer-Plugin-Memcached/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
%%PERL5_MAN3%%/Dancer::Plugin::Memcached.3.gz
|
||||
%%SITE_PERL%%/Dancer/Plugin/Memcached.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Dancer/Plugin/Memcached/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Dancer/Plugin/Memcached
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Dancer/Plugin
|
Loading…
Reference in New Issue
Block a user