31 lines
619 B
Makefile
31 lines
619 B
Makefile
# Created by: Wen Heping <wenheping@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= http
|
|
PORTVERSION= 1.7.6
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://pecl.php.net/get/
|
|
PKGNAMEPREFIX= pecl-
|
|
PKGNAMESUFFIX= 1
|
|
DISTNAME= pecl_http-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Extended HTTP Support
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl
|
|
|
|
USES= tar:tgz
|
|
USE_PHP= yes
|
|
USE_PHPEXT= yes
|
|
PHP_MODNAME= http
|
|
IGNORE_WITH_PHP= 56
|
|
CONFLICTS= pecl-http-*
|
|
|
|
CONFIGURE_ARGS+= --with-http-curl-requests \
|
|
--with-http-zlib-compression \
|
|
--with-http-magic-mime
|
|
|
|
.include <bsd.port.mk>
|