2004-11-27 06:39:20 +01:00
|
|
|
# Ports collection makefile for: pear-Cache_Lite
|
|
|
|
# Date created: 26 November 2004
|
|
|
|
# Whom: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Cache_Lite
|
2006-09-12 11:40:52 +02:00
|
|
|
PORTVERSION= 1.7.2
|
2005-01-21 23:43:00 +01:00
|
|
|
PORTEPOCH= 1
|
2004-11-27 06:39:20 +01:00
|
|
|
CATEGORIES= sysutils www pear
|
|
|
|
|
2006-09-23 02:23:36 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2004-11-27 06:39:20 +01:00
|
|
|
COMMENT= PEAR fast and safe little cache system
|
|
|
|
|
2005-12-09 20:24:52 +01:00
|
|
|
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
2004-11-27 06:39:20 +01:00
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
|
|
|
CATEGORY= Cache
|
2006-01-11 19:58:15 +01:00
|
|
|
FILES= Lite/Output.php Lite/Function.php Lite/File.php Lite.php
|
2005-07-12 21:33:46 +02:00
|
|
|
DOCS= docs/technical docs/examples LICENSE TODO
|
2006-09-12 11:40:52 +02:00
|
|
|
TESTS= Cache_Lite_classical.phpt Cache_Lite_automaticCleaning.phpt \
|
|
|
|
Cache_Lite_eternal.phpt Cache_Lite_fatest.phpt \
|
|
|
|
Cache_Lite_File_classical.phpt Cache_Lite_Function_classical.phpt \
|
|
|
|
Cache_Lite_Function_drop.phpt Cache_Lite_Function_dontcache.phpt \
|
|
|
|
Cache_Lite_hashed.phpt Cache_Lite_error.phpt Cache_Lite_error2.phpt \
|
|
|
|
Cache_Lite_error3.phpt Cache_Lite_memorycache.phpt \
|
2006-01-11 19:58:15 +01:00
|
|
|
Cache_Lite_Output_classical.phpt Cache_Lite_serialization.phpt \
|
2006-09-12 11:40:52 +02:00
|
|
|
Cache_Lite_lifetime.phpt pearbug513.phpt pearbug7618.phpt \
|
|
|
|
cache_lite_base.inc cache_lite_file_base.inc \
|
2006-01-11 19:58:15 +01:00
|
|
|
cache_lite_function_base.inc cache_lite_output_base.inc \
|
|
|
|
callcache.inc tmpdir.inc bench.php bench2.php bench3.php readme
|
2004-11-27 06:39:20 +01:00
|
|
|
_DOCSDIR= .
|
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
2005-12-09 20:24:52 +01:00
|
|
|
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
2004-11-27 06:39:20 +01:00
|
|
|
.include <bsd.port.post.mk>
|