forked from Lainports/opnsense-ports
22 lines
451 B
Makefile
22 lines
451 B
Makefile
# Created by: Anton Berezin <tobez@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Cache-Memcached-Fast
|
|
PORTVERSION= 0.25
|
|
CATEGORIES= databases perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Fast Perl client for memcached, a distributed memory cache daemon
|
|
|
|
LICENSE= ART10 GPLv2+
|
|
LICENSE_COMB= dual
|
|
|
|
RUN_DEPENDS= p5-Storable>=0:devel/p5-Storable
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
MAKE_JOBS_UNSAFE= yes
|
|
|
|
.include <bsd.port.mk>
|