1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-01 10:59:55 +00:00
freebsd-ports/sysutils/pear-Cache/Makefile
2016-07-25 20:01:02 +00:00

18 lines
397 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:www/pear-HTTP_Request
RUN_DEPENDS= ${PEARDIR}/HTTP/Request.php:www/pear-HTTP_Request
USES= pear
.include <bsd.port.mk>