blob: 79ac129d8b301a20dcaa7019fc67be77ab5e627c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
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>
|