freebsd-ports/sysutils/pear-Cache_Lite/Makefile

20 lines
484 B
Makefile
Raw Normal View History

# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
# $FreeBSD$
PORTNAME= Cache_Lite
PORTVERSION= 1.7.16
PORTEPOCH= 1
CATEGORIES= sysutils www pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= PEAR fast and safe little cache system
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
2011-06-25 07:36:13 +02:00
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
2011-10-23 17:59:18 +02:00
PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>