blob: 08e98094bd784480538e7fe0164fef08a10035bc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
# New ports collection makefile for: p5-Cache-Memcached
# Date created: 2004-04-15
# Whom: michael johnson <ahze@ahze.net>
#
# $FreeBSD$
#
PORTNAME= Cache-Memcached
PORTVERSION= 1.24
CATEGORIES= databases perl5
MASTER_SITES= CPAN \
http://www.danga.com/memcached/dist/
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl API for memcached, a distributed memory cache daemon
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/String/CRC32.pm:${PORTSDIR}/devel/p5-String-CRC32
PERL_CONFIGURE= yes
MAN3= Cache::Memcached.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes \
${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable
.endif
.include <bsd.port.post.mk>
|