14 lines
404 B
Makefile
14 lines
404 B
Makefile
# $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"
|