aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2015-03-06 10:46:32 +0000
committerRenato Botelho <garga@FreeBSD.org>2015-03-06 10:46:32 +0000
commit98e3ae582696be9b3c56555f322d149e71440f18 (patch)
treec40837f19ae71c34dd99fde0b80acb0740335712
parent8281385109f1d3d6801b8a136369ea3b9f218cae (diff)
downloadports-98e3ae582696be9b3c56555f322d149e71440f18.tar.gz
ports-98e3ae582696be9b3c56555f322d149e71440f18.zip
Notes
-rw-r--r--net/Makefile1
-rw-r--r--net/pecl-zmq/Makefile22
-rw-r--r--net/pecl-zmq/distinfo2
-rw-r--r--net/pecl-zmq/pkg-descr3
4 files changed, 28 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile
index 650f20fe19d3..805847ac9a64 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -839,6 +839,7 @@
SUBDIR += pecl-radius
SUBDIR += pecl-yaz
SUBDIR += pecl-yp
+ SUBDIR += pecl-zmq
SUBDIR += pen
SUBDIR += pfinger
SUBDIR += phamm
diff --git a/net/pecl-zmq/Makefile b/net/pecl-zmq/Makefile
new file mode 100644
index 000000000000..2055272b9d2d
--- /dev/null
+++ b/net/pecl-zmq/Makefile
@@ -0,0 +1,22 @@
+# $FreeBSD$
+
+PORTNAME= zmq
+PORTVERSION= 1.1.2
+CATEGORIES= net pear
+MASTER_SITES= http://pecl.php.net/get/
+PKGNAMEPREFIX= pecl-
+DIST_SUBDIR= PECL
+
+MAINTAINER= garga@FreeBSD.org
+COMMENT= PHP bindings for ZeroMQ
+
+LICENSE= BSD3CLAUSE
+
+LIB_DEPENDS= libzmq.so:${PORTSDIR}/net/libzmq2
+
+USES= tar:tgz pkgconfig
+USE_PHP= yes
+USE_PHPIZE= yes
+USE_PHPEXT= yes
+
+.include <bsd.port.mk>
diff --git a/net/pecl-zmq/distinfo b/net/pecl-zmq/distinfo
new file mode 100644
index 000000000000..84f41a7170b1
--- /dev/null
+++ b/net/pecl-zmq/distinfo
@@ -0,0 +1,2 @@
+SHA256 (PECL/zmq-1.1.2.tgz) = c9b0af56826fc5e1a95a0fef25e671d9839a421d79e174931faacd8bee389f31
+SIZE (PECL/zmq-1.1.2.tgz) = 39573
diff --git a/net/pecl-zmq/pkg-descr b/net/pecl-zmq/pkg-descr
new file mode 100644
index 000000000000..e7eafab5646a
--- /dev/null
+++ b/net/pecl-zmq/pkg-descr
@@ -0,0 +1,3 @@
+PHP bindings for ZeroMQ
+
+WWW: http://zeromq.org/bindings:php