summaryrefslogtreecommitdiffstats
path: root/sysutils/pear-Cache/Makefile
blob: d5740ce5a19d032b4a5e5a20b1ac47deee12a791 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# Ports collection makefile for:  pear-Cache
# Date created:			  5 April 2004
# Whom:				  Thierry Thomas (<thierry@FreeBSD.org>)
#
# $FreeBSD$
#

PORTNAME=	Cache
PORTVERSION=	1.5.4
PORTREVISION=	1
CATEGORIES=	sysutils www pear

MAINTAINER=	ports@FreeBSD.org
COMMENT=	PEAR framework for caching of arbitrary data

BUILD_DEPENDS=	${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request
RUN_DEPENDS=	${BUILD_DEPENDS}

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}

.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
OpenPOWER on IntegriCloud