2004-04-06 21:17:02 +02:00
|
|
|
# Ports collection makefile for: pear-Cache
|
|
|
|
# Date created: 5 April 2004
|
|
|
|
# Whom: Thierry Thomas (<thierry@FreeBSD.org>)
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Cache
|
2008-10-25 19:03:20 +02:00
|
|
|
PORTVERSION= 1.5.5
|
2004-04-06 21:17:02 +02:00
|
|
|
CATEGORIES= sysutils www pear
|
|
|
|
|
2008-10-25 19:03:20 +02:00
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
2004-04-06 21:17:02 +02:00
|
|
|
COMMENT= PEAR framework for caching of arbitrary data
|
|
|
|
|
|
|
|
BUILD_DEPENDS= ${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request
|
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
2006-03-15 21:01:38 +01:00
|
|
|
FILES= Cache.php Cache/Application.php Cache/Container.php \
|
|
|
|
Cache/Container/db.php Cache/Container/dbx.php \
|
|
|
|
Cache/Container/file.php Cache/Container/mdb.php \
|
|
|
|
Cache/Container/mdb_cache_schema.xml \
|
|
|
|
Cache/Container/msession.php Cache/Container/phplib.php \
|
|
|
|
Cache/Container/shm.php Cache/Container/trifile.php \
|
|
|
|
Cache/Error.php Cache/Function.php Cache/Graphics.php \
|
|
|
|
Cache/HTTP_Request.php Cache/Output.php \
|
|
|
|
Cache/OutputCompression.php
|
|
|
|
|
|
|
|
post-extract:
|
|
|
|
@${MKDIR} ${WRKSRC}/Cache
|
|
|
|
@${MV} ${WRKSRC}/Container ${WRKSRC}/Cache
|
|
|
|
@${MV} ${WRKSRC}/*.php ${WRKSRC}/Cache
|
|
|
|
@${MV} ${WRKSRC}/Cache/Cache.php ${WRKSRC}
|
2004-04-06 21:17:02 +02:00
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
2005-12-09 20:24:52 +01:00
|
|
|
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
2004-04-06 21:17:02 +02:00
|
|
|
.include <bsd.port.post.mk>
|