blob: d5483a4fb8665e8daeb592074b3d098e6d56a076 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
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>
|