openbsd-ports/devel/pear-Cache/Makefile
2006-10-28 12:40:51 +00:00

24 lines
524 B
Makefile

# $OpenBSD: Makefile,v 1.2 2006/10/28 12:40:51 mbalmer Exp $
COMMENT= "Framework for caching of arbitrary data for PHP"
DISTNAME= Cache-1.5.4
PKGNAME= pear-${DISTNAME}p0
CATEGORIES= devel pear
MASTER_SITES= http://pear.php.net/get/
EXTRACT_SUFX= .tgz
MAINTAINER= Marc Balmer <mbalmer@openbsd.org>
MODULES= www/php5/pear
# PHP License
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
RUN_DEPENDS= :pear-HTTP-Request-*:net/pear-HTTP-Request
.include <bsd.port.mk>