freebsd-ports/net/pecl-zmq/Makefile
Renato Botelho c5977a7e35 net/pecl-zmq: Fix build with PHP 7.3
Reviewed by:	pkg-fallout
Obtained from:	Debian
Sponsored by:	Rubicon Communications, LLC (Netgate)
2018-10-09 11:51:18 +00:00

18 lines
255 B
Makefile

# $FreeBSD$
PORTNAME= zmq
PORTVERSION= 1.1.3
PORTREVISION= 3
CATEGORIES= net pear
MAINTAINER= garga@FreeBSD.org
COMMENT= PHP bindings for ZeroMQ
LICENSE= BSD3CLAUSE
LIB_DEPENDS= libzmq.so:net/libzmq4
USES= php:pecl pkgconfig
.include <bsd.port.mk>