18 lines
375 B
Makefile
18 lines
375 B
Makefile
# Created by: Anton Berezin <tobez@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Cache-Memcached-Fast
|
|
PORTVERSION= 0.19
|
|
PORTREVISION= 2
|
|
CATEGORIES= databases perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= tobez@FreeBSD.org
|
|
COMMENT= Fast Perl client for memcached, a distributed memory cache daemon
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Cache::Memcached::Fast.3
|
|
|
|
.include <bsd.port.mk>
|