summaryrefslogtreecommitdiff
path: root/www/pear-HTTP_Request/Makefile
blob: 33ab46f05bcf9a46b4e498786e99d5a100e8bdf3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $NetBSD: Makefile,v 1.3 2004/11/27 14:23:55 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

# need Net_Socket 1.0.2 or later
PEAR_NETSOCKET_VERSION_REQD=	1.0.2

.include "../../net/pear-Net_Socket/buildlink3.mk"
.include "../../lang/php/pear.mk"
.include "../../mk/bsd.pkg.mk"