summaryrefslogtreecommitdiff
path: root/www/pear-HTTP_Request/Makefile
blob: 7b38ca7a7120e1f197a124308fa2be372444c28f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $NetBSD: Makefile,v 1.5 2006/02/05 23:11:27 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

.include "../../lang/php/pear.mk"
.include "../../mk/bsd.pkg.mk"