2013-09-21 01:05:58 +02:00
|
|
|
# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
|
2004-11-27 06:39:20 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Cache_Lite
|
2014-05-19 09:13:10 +02:00
|
|
|
PORTVERSION= 1.7.16
|
2005-01-21 23:43:00 +01:00
|
|
|
PORTEPOCH= 1
|
2004-11-27 06:39:20 +01:00
|
|
|
CATEGORIES= sysutils www pear
|
|
|
|
|
2009-08-22 23:32:00 +02:00
|
|
|
MAINTAINER= miwi@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
|
2011-06-25 07:36:13 +02:00
|
|
|
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
2004-11-27 06:39:20 +01:00
|
|
|
|
2011-10-23 17:59:18 +02:00
|
|
|
PEAR_AUTOINSTALL= yes
|
2004-11-27 06:39:20 +01:00
|
|
|
|
|
|
|
.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>
|