mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
78450f0a5d
With hat: portmgr-secretary
19 lines
476 B
Makefile
19 lines
476 B
Makefile
# Created by: Thierry Thomas (<thierry@FreeBSD.org>)
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= HTTP_Request
|
|
PORTVERSION= 1.4.4
|
|
CATEGORIES= www pear
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= PEAR classes providing an easy way to perform HTTP requests
|
|
|
|
BUILD_DEPENDS= ${PEARDIR}/Net/URL.php:net/pear-Net_URL \
|
|
${PEARDIR}/Net/Socket.php:net/pear-Net_Socket
|
|
RUN_DEPENDS= ${PEARDIR}/Net/URL.php:net/pear-Net_URL \
|
|
${PEARDIR}/Net/Socket.php:net/pear-Net_Socket
|
|
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|