c5977a7e35
Reviewed by: pkg-fallout Obtained from: Debian Sponsored by: Rubicon Communications, LLC (Netgate)
18 lines
255 B
Makefile
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>
|