16 lines
279 B
Makefile
16 lines
279 B
Makefile
# $OpenBSD: Makefile,v 1.12 2014/11/15 23:32:57 sthen Exp $
|
|
|
|
COMMENT= Framework for caching of arbitrary data for PHP
|
|
|
|
DISTNAME= Cache-1.5.6
|
|
CATEGORIES= devel
|
|
|
|
MODULES= www/pear
|
|
|
|
# PHP License
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
RUN_DEPENDS= net/pear-HTTP-Request
|
|
|
|
.include <bsd.port.mk>
|