opnsense-ports/sysutils/pear-Cache/Makefile
Franco Fichtner dc6450847d */*: sync with upstream
Taken from: FreeBSD
2016-07-25 23:14:01 +02:00

17 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>