141e448fd4
Changelog at <http://pear.php.net/package/Cache_Lite/download/1.4.1/>. PR: ports/78249 Submitted by: Antônio Carlos Venâncio Júnior (maintainer)
27 lines
734 B
Makefile
27 lines
734 B
Makefile
# 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
|
|
PORTVERSION= 1.4.1
|
|
PORTEPOCH= 1
|
|
CATEGORIES= sysutils www pear
|
|
|
|
MAINTAINER= antonio@php.net
|
|
COMMENT= PEAR fast and safe little cache system
|
|
|
|
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
CATEGORY= Cache
|
|
FILES= Lite/Output.php Lite/Function.php Lite.php
|
|
DOCS= docs/technical docs/examples TODO
|
|
TESTS= test.php test2.php test3.php bench.php bench2.php bench3.php readme
|
|
_DOCSDIR= .
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
|
|
.include <bsd.port.post.mk>
|