pkgsrc/www/pear-HTTP_Request/Makefile
jdolecek 1ab96e8771 Net_Socket and Net_SMTP were unbundled from PHP4 in 4.3.11, g/c the related
conditionals and buildlink logic, and convert to standard DEPENDS
2005-04-11 20:08:43 +00:00

13 lines
392 B
Makefile

# $NetBSD: Makefile,v 1.4 2005/04/11 20:08:43 jdolecek Exp $
DISTNAME= HTTP_Request-1.2.3
#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
.include "../../lang/php/pear.mk"
.include "../../mk/bsd.pkg.mk"