opnsense-ports/sysutils/pear-Cache/Makefile
2022-09-07 22:33:21 +02:00

15 lines
403 B
Makefile

PORTNAME= Cache
PORTVERSION= 1.5.6
PORTREVISION= 1
CATEGORIES= sysutils www pear
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= PEAR framework for caching of arbitrary data
WWW= https://pear.php.net/package/Cache
BUILD_DEPENDS= ${PEARDIR}/HTTP/Request.php:www/pear-HTTP_Request@${PHP_FLAVOR}
RUN_DEPENDS= ${PEARDIR}/HTTP/Request.php:www/pear-HTTP_Request@${PHP_FLAVOR}
USES= pear
.include <bsd.port.mk>