mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-31 05:41:08 +00:00
91a1caa242
Hope to see you back! Thank for all the work!
18 lines
421 B
Makefile
18 lines
421 B
Makefile
# Created by: Thierry Thomas (<thierry@FreeBSD.org>)
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Cache
|
|
PORTVERSION= 1.5.6
|
|
PORTREVISION= 1
|
|
CATEGORIES= sysutils www pear
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= PEAR framework for caching of arbitrary data
|
|
|
|
BUILD_DEPENDS= ${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request
|
|
RUN_DEPENDS= ${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request
|
|
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|