mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
21 lines
409 B
Makefile
21 lines
409 B
Makefile
# 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
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|