summaryrefslogtreecommitdiff
path: root/www/pear-HTTP_Request/Makefile
blob: a19df16d2c652b09754adbd9155d7187042bb7ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $NetBSD: Makefile,v 1.11 2010/02/06 16:08:48 taca Exp $

DISTNAME=	HTTP_Request-1.4.4
#CATEGORIES+=	www

MAINTAINER=	jdolecek@NetBSD.org
COMMENT=	PHP classes to provides an easy way to perform HTTP requests

PKG_DESTDIR_SUPPORT=	user-destdir

CONFLICTS=	php-pear-HTTP_Request-[0-9]*

DEPENDS+=	${PHP_PKG_PREFIX}-pear-Net_URL>=1.0.12:../../net/pear-Net_URL
DEPENDS+=	${PHP_PKG_PREFIX}-pear-Net_Socket>=1.0.7:../../net/pear-Net_Socket

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