ec17d28eab
support.
18 lines
517 B
Makefile
18 lines
517 B
Makefile
# $NetBSD: Makefile,v 1.10 2010/02/04 16:36:05 joerg Exp $
|
|
|
|
DISTNAME= HTTP_Request-1.3.0
|
|
#CATEGORIES+= www
|
|
PKGREVISION= 1
|
|
|
|
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.2:../../net/pear-Net_Socket
|
|
|
|
.include "../../lang/php/pear.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|