blob: d3a10601c729b30c24a35ac7e26014af708f616c (
plain) (
blame)
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
|
# 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.0
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 LICENSE 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>
|