freebsd-ports/sysutils/pear-Cache/Makefile
Jan Beich f4e1f3b974 Pass maintainership of PEAR ports to the submitter
PR:		214156
Submitted by:	Jochen Neumeister <joneum@bsdproject.de>
2016-11-04 07:50:45 +00:00

17 lines
400 B
Makefile

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