freebsd-ports/devel/pear-Horde_Autoloader_Cache/Makefile
Martin Matuska 7157271474 Extension of the Horde_Autoloader that implements caching of class-file-maps.
The caching method is determined automatically from the list of supported cache
backends: APC, XCache, eAccelerator, local file system.
2012-03-03 15:34:06 +00:00

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>