diff options
Diffstat (limited to 'www/pear-HTTP_Request/Makefile')
-rw-r--r-- | www/pear-HTTP_Request/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/www/pear-HTTP_Request/Makefile b/www/pear-HTTP_Request/Makefile index 7b38ca7a712..f7f56560e15 100644 --- a/www/pear-HTTP_Request/Makefile +++ b/www/pear-HTTP_Request/Makefile @@ -1,14 +1,15 @@ -# $NetBSD: Makefile,v 1.5 2006/02/05 23:11:27 joerg Exp $ +# $NetBSD: Makefile,v 1.6 2006/06/02 18:28:00 joerg Exp $ DISTNAME= HTTP_Request-1.2.3 -PKGREVISION= 1 #CATEGORIES+= www MAINTAINER= jdolecek@NetBSD.org COMMENT= PHP classes to provides an easy way to perform HTTP requests -DEPENDS+= pear-Net_URL>=1.0.12:../../net/pear-Net_URL -DEPENDS+= pear-Net_Socket>=1.0.2:../../net/pear-Net_Socket +CONFLICTS= php-pear-HTTP_Request-[0-9] + +DEPENDS+= ${PHP_PKG_PREFIX}-pear-Net_URL>=1.0.12:../../net/pear-Net_URL +DEPENDS+= ${PHP_PKG_PREFIX}-pear-Net_Socket>=1.0.2:../../net/pear-Net_Socket .include "../../lang/php/pear.mk" .include "../../mk/bsd.pkg.mk" |