mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 10:31:20 +02:00
19 lines
366 B
Makefile
19 lines
366 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
PORTNAME= HTTP_Request
|
|
PORTVERSION= 1.4.4
|
|
CATEGORIES= www pear
|
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
|
COMMENT= PEAR classes providing an easy way to perform HTTP requests
|
|
|
|
BUILD_DEPENDS+= ${PEARDIR}/Net/URL.php:pear/pear-Net_URL
|
|
BUILD_DEPENDS+= ${PEARDIR}/Net/Socket.php:pear/pear-Net_Socket
|
|
RUN_DEPENDS+= ${BUILD_DEPENDS}
|
|
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|
|
#EOF
|