blob: 6c2ef029a11736b860656c1154fde99752f738c4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Created by: Anton Berezin <tobez@FreeBSD.org>
# $FreeBSD$
PORTNAME= Cache-Memcached-Fast
PORTVERSION= 0.21
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.org
COMMENT= Fast Perl client for memcached, a distributed memory cache daemon
USES= perl5
USE_PERL5= configure
MAKE_JOBS_UNSAFE= yes
MAN3= Cache::Memcached::Fast.3
.include <bsd.port.mk>
|