blob: e44d68639e388599f5bab09d6af9e0302667551b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
PORTNAME= http
PORTVERSION= 4.2.0
PORTREVISION= 1
CATEGORIES= www
DISTNAME= pecl_${PORTNAME}-${PORTVERSION}
MAINTAINER= bofh@FreeBSD.org
COMMENT= Extended HTTP Support
WWW= https://pecl.php.net/package/pecl_http
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
# For now UNBREAK for mips while being updated.
#BROKEN_mips= fails to compile: pecl_http-3.1.0/src/php_http_etag.c:63:20: \#if with no expression
#BROKEN_mips64= fails to compile: pecl_http-3.1.0/src/php_http_etag.c:63:20: \#if with no expression
BUILD_DEPENDS= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/raphf.so:devel/pecl-raphf2@${PHP_FLAVOR} \
re2c:devel/re2c
LIB_DEPENDS= libcurl.so:ftp/curl \
libevent.so:devel/libevent \
libicudata.so:devel/icu
RUN_DEPENDS= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/raphf.so:devel/pecl-raphf2@${PHP_FLAVOR}
USES= php:pecl
USE_PHP= hash:build iconv:build zlib:build
IGNORE_WITH_PHP= 74
.include <bsd.port.mk>
|