mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Add net/pecl-zmq, PHP bindings for ZeroMQ
Sponsored by: Netgate
This commit is contained in:
parent
8281385109
commit
98e3ae5826
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=380583
@ -839,6 +839,7 @@
|
||||
SUBDIR += pecl-radius
|
||||
SUBDIR += pecl-yaz
|
||||
SUBDIR += pecl-yp
|
||||
SUBDIR += pecl-zmq
|
||||
SUBDIR += pen
|
||||
SUBDIR += pfinger
|
||||
SUBDIR += phamm
|
||||
|
22
net/pecl-zmq/Makefile
Normal file
22
net/pecl-zmq/Makefile
Normal file
@ -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>
|
2
net/pecl-zmq/distinfo
Normal file
2
net/pecl-zmq/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (PECL/zmq-1.1.2.tgz) = c9b0af56826fc5e1a95a0fef25e671d9839a421d79e174931faacd8bee389f31
|
||||
SIZE (PECL/zmq-1.1.2.tgz) = 39573
|
3
net/pecl-zmq/pkg-descr
Normal file
3
net/pecl-zmq/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
PHP bindings for ZeroMQ
|
||||
|
||||
WWW: http://zeromq.org/bindings:php
|
Loading…
Reference in New Issue
Block a user