openbsd-ports/devel/pear-Cache/Makefile
2010-11-15 19:45:56 +00:00

21 lines
395 B
Makefile

# $OpenBSD: Makefile,v 1.8 2010/11/15 19:46:07 espie Exp $
COMMENT= Framework for caching of arbitrary data for PHP
DISTNAME= Cache-1.5.4
PKGNAME= pear-${DISTNAME}
REVISION = 2
CATEGORIES= devel
MODULES= www/pear
# PHP License
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
RUN_DEPENDS= net/pear-HTTP-Request
.include <bsd.port.mk>