diff --git a/www/Makefile b/www/Makefile index 71baebb65bc8..16c8b1afb465 100644 --- a/www/Makefile +++ b/www/Makefile @@ -499,6 +499,7 @@ SUBDIR += p5-Catalyst-Plugin-Authorization-ACL SUBDIR += p5-Catalyst-Plugin-Authorization-Roles SUBDIR += p5-Catalyst-Plugin-Cache-FastMmap + SUBDIR += p5-Catalyst-Plugin-Cache-Memcached SUBDIR += p5-Catalyst-Plugin-DefaultEnd SUBDIR += p5-Catalyst-Plugin-FillInForm SUBDIR += p5-Catalyst-Plugin-FormValidator diff --git a/www/p5-Catalyst-Plugin-Cache-Memcached/Makefile b/www/p5-Catalyst-Plugin-Cache-Memcached/Makefile new file mode 100644 index 000000000000..4d70a001bf7c --- /dev/null +++ b/www/p5-Catalyst-Plugin-Cache-Memcached/Makefile @@ -0,0 +1,30 @@ +# Ports collection makefile for: p5-Catalyst-Plugin-Cache-Memcached +# Date created: Dec 19, 2005 +# Whom: Lars Balker Rasmussen +# +# $FreeBSD$ +# + +PORTNAME= Catalyst-Plugin-Cache-Memcached +PORTVERSION= 0.5 +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Catalyst +PKGNAMEPREFIX= p5- + +MAINTAINER= lars@balker.dk +COMMENT= Distributed cache for Catalyst + +BUILD_DEPENDS= p5-Catalyst>=0:${PORTSDIR}/www/p5-Catalyst \ + p5-Cache-Memcached>=0:${PORTSDIR}/databases/p5-Cache-Memcached +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_MODBUILD= yes + +MAN3= Catalyst::Plugin::Cache::Memcached.3 + +.include +.if ${PERL_LEVEL} < 500801 +IGNORE= requires at least Perl 5.8.1. Install lang/perl5.8, and try again +.endif +.include diff --git a/www/p5-Catalyst-Plugin-Cache-Memcached/distinfo b/www/p5-Catalyst-Plugin-Cache-Memcached/distinfo new file mode 100644 index 000000000000..86313cb50edb --- /dev/null +++ b/www/p5-Catalyst-Plugin-Cache-Memcached/distinfo @@ -0,0 +1,3 @@ +MD5 (Catalyst-Plugin-Cache-Memcached-0.5.tar.gz) = c352b7fd4485df6543671404edff0811 +SHA256 (Catalyst-Plugin-Cache-Memcached-0.5.tar.gz) = a849591cd28bb75836797f33b4b55dfc6b81199a35345ee8a7f284b60e5f28f7 +SIZE (Catalyst-Plugin-Cache-Memcached-0.5.tar.gz) = 2318 diff --git a/www/p5-Catalyst-Plugin-Cache-Memcached/pkg-descr b/www/p5-Catalyst-Plugin-Cache-Memcached/pkg-descr new file mode 100644 index 000000000000..9b65117440bb --- /dev/null +++ b/www/p5-Catalyst-Plugin-Cache-Memcached/pkg-descr @@ -0,0 +1,3 @@ +Extends base class with a distributed cache. + +WWW: http://search.cpan.org/dist/Catalyst-Plugin-Cache-Memcached/ diff --git a/www/p5-Catalyst-Plugin-Cache-Memcached/pkg-plist b/www/p5-Catalyst-Plugin-Cache-Memcached/pkg-plist new file mode 100644 index 000000000000..480d48314878 --- /dev/null +++ b/www/p5-Catalyst-Plugin-Cache-Memcached/pkg-plist @@ -0,0 +1,4 @@ +%%SITE_PERL%%/Catalyst/Plugin/Cache/Memcached.pm +@unexec rmdir %D/%%SITE_PERL%%/Catalyst/Plugin/Cache 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/Catalyst/Plugin 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/Catalyst 2>/dev/null || true