opnsense-ports/sysutils/pear-Cache/Makefile
Franco Fichtner 2b7ac3842b */*: sync with upstream
Taken from: FreeBSD
2017-06-11 11:06:07 +02:00

17 lines
399 B
Makefile

# Created by: Thierry Thomas (<thierry@FreeBSD.org>)
# $FreeBSD$
PORTNAME= Cache
PORTVERSION= 1.5.6
PORTREVISION= 1
CATEGORIES= sysutils www pear
MAINTAINER= joneum@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>