2013-03-17 06:53:53 +01:00
|
|
|
# Created by: Thierry Thomas (<thierry@FreeBSD.org>)
|
2004-04-06 21:17:02 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Cache
|
2010-11-04 11:01:35 +01:00
|
|
|
PORTVERSION= 1.5.6
|
2013-03-17 06:53:53 +01:00
|
|
|
PORTREVISION= 1
|
2004-04-06 21:17:02 +02:00
|
|
|
CATEGORIES= sysutils www pear
|
|
|
|
|
2008-10-25 19:03:20 +02:00
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
2004-04-06 21:17:02 +02:00
|
|
|
COMMENT= PEAR framework for caching of arbitrary data
|
|
|
|
|
|
|
|
BUILD_DEPENDS= ${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request
|
2013-03-17 06:53:53 +01:00
|
|
|
RUN_DEPENDS= ${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request
|
2004-04-06 21:17:02 +02:00
|
|
|
|
2013-03-17 06:53:53 +01:00
|
|
|
PEAR_AUTOINSTALL= yes
|
2004-04-06 21:17:02 +02:00
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
2005-12-09 20:24:52 +01:00
|
|
|
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
2004-04-06 21:17:02 +02:00
|
|
|
.include <bsd.port.post.mk>
|