17 lines
292 B
Makefile
17 lines
292 B
Makefile
# $OpenBSD: Makefile,v 1.11 2013/03/11 10:50:24 espie Exp $
|
|
|
|
COMMENT= Framework for caching of arbitrary data for PHP
|
|
|
|
DISTNAME= Cache-1.5.4
|
|
REVISION = 3
|
|
CATEGORIES= devel
|
|
|
|
MODULES= www/pear
|
|
|
|
# PHP License
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
RUN_DEPENDS= net/pear-HTTP-Request
|
|
|
|
.include <bsd.port.mk>
|