opnsense-ports/databases/p5-Cache-Memcached-Fast/Makefile
Franco Fichtner a737ce6b05 */*: sync previously available, but unused ports
Taken from: FreeBSD
2015-04-22 06:45:04 +02:00

18 lines
379 B
Makefile

# Created by: Anton Berezin <tobez@FreeBSD.org>
# $FreeBSD$
PORTNAME= Cache-Memcached-Fast
PORTVERSION= 0.21
PORTREVISION= 1
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
.include <bsd.port.mk>