mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
37105c9e7e
Changelog: https://github.com/arnaud-lb/php-rdkafka/releases/tag/4.0.4 Ignore with PHP 8.0. PR: 250653 Submitted by: Sergey Akhmatov <sergey@akhmatov.ru> (maintainer)
19 lines
283 B
Makefile
19 lines
283 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= rdkafka
|
|
PORTVERSION= 4.0.4
|
|
CATEGORIES= net pear
|
|
|
|
MAINTAINER= sergey@akhmatov.ru
|
|
COMMENT= Kafka client for PHP
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
LIB_DEPENDS= librdkafka.so:net/librdkafka
|
|
|
|
USES= php:pecl
|
|
IGNORE_WITH_PHP= 80
|
|
|
|
.include <bsd.port.mk>
|