summaryrefslogtreecommitdiff
path: root/sysutils/pear-Cache/Makefile
blob: 45e4e5d5749d7f0322374429e6159d186333c235 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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>