7157271474
The caching method is determined automatically from the list of supported cache backends: APC, XCache, eAccelerator, local file system.
19 lines
449 B
Makefile
19 lines
449 B
Makefile
# Ports collection makefile for: pear-Horde_Autoloader_Cache
|
|
# Date created: 3 March 2012
|
|
# Whom: Martin Matuska <mm@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Horde_Autoloader_Cache
|
|
PORTVERSION= 1.0.1
|
|
CATEGORIES= devel www pear
|
|
|
|
MAINTAINER= horde@FreeBSD.org
|
|
COMMENT= Horde Autoloader Cache
|
|
|
|
USE_HORDE_RUN= Horde_Autoloader
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk"
|
|
.include <bsd.port.post.mk>
|