summaryrefslogtreecommitdiff
path: root/www/pear-HTTP_Request/Makefile
blob: e546b134c332600330c8de4870083a0885f3d938 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $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"