diff options
author | miwi <miwi@FreeBSD.org> | 2008-02-16 21:24:52 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-02-16 21:24:52 +0800 |
commit | 1bdd4e022b16b00589679f7fd40fa93490f6a94a (patch) | |
tree | 698699fa567373ce5f20a5fae94e5f22d7ee835b /devel | |
parent | 88accc173fdf0e83f539e1a9a2dd6dfc98c7f569 (diff) | |
download | freebsd-ports-gnome-1bdd4e022b16b00589679f7fd40fa93490f6a94a.tar.gz freebsd-ports-gnome-1bdd4e022b16b00589679f7fd40fa93490f6a94a.tar.zst freebsd-ports-gnome-1bdd4e022b16b00589679f7fd40fa93490f6a94a.zip |
Data::Throttler::Memcached accepts the same arguments as Data::Throttler,
plus the "cache" argument. The cache argument must be a hashref, which contains
the arguments passed to the cache backend.
WWW: http://search.cpan.org/dist/Data-Throttler-Memcached/
PR: ports/120158
Submitted by: Masahiro Teramoto <markun at onohara.to>
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/p5-Data-Throttler-Memcached/Makefile | 29 | ||||
-rw-r--r-- | devel/p5-Data-Throttler-Memcached/distinfo | 3 | ||||
-rw-r--r-- | devel/p5-Data-Throttler-Memcached/pkg-descr | 5 | ||||
-rw-r--r-- | devel/p5-Data-Throttler-Memcached/pkg-plist | 9 |
5 files changed, 47 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 6e1728a1ad11..b7d4529273be 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1066,6 +1066,7 @@ SUBDIR += p5-Data-Taxonomy-Tags SUBDIR += p5-Data-TemporaryBag SUBDIR += p5-Data-Throttler + SUBDIR += p5-Data-Throttler-Memcached SUBDIR += p5-Data-TreeDumper SUBDIR += p5-Data-Types SUBDIR += p5-Data-UUID diff --git a/devel/p5-Data-Throttler-Memcached/Makefile b/devel/p5-Data-Throttler-Memcached/Makefile new file mode 100644 index 000000000000..8f1bf9756100 --- /dev/null +++ b/devel/p5-Data-Throttler-Memcached/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: p5-Data-Throttler-Memcached +# Date created: 2008-01-30 +# Whom: Masahiro Teramoto <markun@onohara.to> +# +# $FreeBSD$ +# + +PORTNAME= Data-Throttler-Memcached +PORTVERSION= 0.00003 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= markun@onohara.to +COMMENT= Memcached-Based Data::Throttler + +BUILD_DEPENDS= p5-Cache-Memcached-Managed>=0:${PORTSDIR}/databases/p5-Cache-Memcached-Managed \ + p5-Data-Throttler>=0:${PORTSDIR}/devel/p5-Data-Throttler \ + p5-Digest-MD5>=0:${PORTSDIR}/security/p5-Digest-MD5 +RUN_DEPENDS= p5-Cache-Memcached-Managed>=0:${PORTSDIR}/databases/p5-Cache-Memcached-Managed \ + p5-Data-Throttler>=0:${PORTSDIR}/devel/p5-Data-Throttler \ + p5-Digest-MD5>=0:${PORTSDIR}/security/p5-Digest-MD5 + +PERL_CONFIGURE= yes + +MAN3= Data::Throttler::Memcached.3 \ + Data::Throttler::BucketChain::Memcached.3 + +.include <bsd.port.mk> diff --git a/devel/p5-Data-Throttler-Memcached/distinfo b/devel/p5-Data-Throttler-Memcached/distinfo new file mode 100644 index 000000000000..53e9464ceb11 --- /dev/null +++ b/devel/p5-Data-Throttler-Memcached/distinfo @@ -0,0 +1,3 @@ +MD5 (Data-Throttler-Memcached-0.00003.tar.gz) = 321684678d629524dfa9d73de4c3d07a +SHA256 (Data-Throttler-Memcached-0.00003.tar.gz) = d509224e539bd6bc98358aba5ab145cfaee34260bf0b42f862809c58a2a133a4 +SIZE (Data-Throttler-Memcached-0.00003.tar.gz) = 20438 diff --git a/devel/p5-Data-Throttler-Memcached/pkg-descr b/devel/p5-Data-Throttler-Memcached/pkg-descr new file mode 100644 index 000000000000..cb922a305e0a --- /dev/null +++ b/devel/p5-Data-Throttler-Memcached/pkg-descr @@ -0,0 +1,5 @@ +Data::Throttler::Memcached accepts the same arguments as Data::Throttler, +plus the "cache" argument. The cache argument must be a hashref, which contains +the arguments passed to the cache backend. + +WWW: http://search.cpan.org/dist/Data-Throttler-Memcached/ diff --git a/devel/p5-Data-Throttler-Memcached/pkg-plist b/devel/p5-Data-Throttler-Memcached/pkg-plist new file mode 100644 index 000000000000..56daa493093d --- /dev/null +++ b/devel/p5-Data-Throttler-Memcached/pkg-plist @@ -0,0 +1,9 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Throttler/Memcached/.packlist +%%SITE_PERL%%/Data/Throttler/Memcached.pm +%%SITE_PERL%%/Data/Throttler/BucketChain/Memcached.pm +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Throttler/Memcached +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Throttler +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data +@dirrmtry %%SITE_PERL%%/Data/Throttler/BucketChain +@dirrmtry %%SITE_PERL%%/Data/Throttler +@dirrmtry %%SITE_PERL%%/Data |