mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
62d99df7ea
PR: 227117 Submitted by: sergey@akhmatov.ru
18 lines
263 B
Makefile
18 lines
263 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= rdkafka
|
|
PORTVERSION= 3.0.5
|
|
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
|
|
|
|
.include <bsd.port.mk>
|