16 lines
423 B
Makefile
16 lines
423 B
Makefile
PORTNAME= HTTP_Request
|
|
PORTVERSION= 1.4.4
|
|
CATEGORIES= www pear
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= PEAR classes providing an easy way to perform HTTP requests
|
|
WWW= https://pear.php.net/package/HTTP_Request
|
|
|
|
RUN_DEPENDS= ${PEAR_PKGNAMEPREFIX}Net_Socket>=1.0.7:net/pear-Net_Socket@${PHP_FLAVOR} \
|
|
${PEAR_PKGNAMEPREFIX}Net_URL>=1.0.12:net/pear-Net_URL@${PHP_FLAVOR}
|
|
|
|
USES= pear
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|