pkgsrc-wip/pear-HTTP_Client/Makefile
Aleksej Saushev 07a91f60a8 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
2012-10-05 11:12:49 +00:00

15 lines
500 B
Makefile

# $NetBSD: Makefile,v 1.5 2012/10/05 11:12:49 asau Exp $
DISTNAME= HTTP_Client-1.2.1
CATEGORIES+= www
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Simple HTTP client class in PHP
LICENSE= 2-clause-bsd
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
DEPENDS+= ${PHP_PKG_PREFIX}-pear-HTTP_Request>=1.2.3:../../www/pear-HTTP_Request
.include "../../lang/php/pear.mk"
.include "../../mk/bsd.pkg.mk"