1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00
freebsd-ports/net/pecl-zmq/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

18 lines
263 B
Makefile

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