freebsd-ports/devel/p5-Data-Throttler-Memcached/Makefile
Martin Wilke c011e46ed9 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>
2008-02-16 13:24:52 +00:00

29 lines
897 B
Makefile

# 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>