2007-12-17 12:44:37 +01:00
|
|
|
# New ports collection makefile for: databases/p5-Cache-Memcached-Fast
|
|
|
|
# Date created: 17 December 2007
|
|
|
|
# Whom: Anton Berezin <tobez@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Cache-Memcached-Fast
|
2010-06-11 14:01:25 +02:00
|
|
|
PORTVERSION= 0.19
|
2010-09-21 09:56:43 +02:00
|
|
|
PORTREVISION= 1
|
2007-12-17 12:44:37 +01:00
|
|
|
CATEGORIES= databases perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2007-12-17 12:44:37 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= tobez@FreeBSD.org
|
|
|
|
COMMENT= Fast Perl client for memcached, a distributed memory cache daemon
|
|
|
|
|
2008-02-07 13:30:49 +01:00
|
|
|
PERL_CONFIGURE= 5.8.2+
|
2007-12-17 12:44:37 +01:00
|
|
|
|
|
|
|
MAN3= Cache::Memcached::Fast.3
|
|
|
|
|
2010-09-21 09:56:43 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${PERL_LEVEL} < 500903
|
|
|
|
RUN_DEPENDS+= p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress
|
|
|
|
BUILD_DEPENDS+= p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|