mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
Add pecl-amqp 0.3.1, PHP extension for AMQP API.
PR: ports/164753 Submitted by: Jui-Nan Lin <jnlin@csie.nctu.edu.tw>
This commit is contained in:
parent
4c3e9c69d7
commit
9265e1a20e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=290434
@ -804,6 +804,7 @@
|
||||
SUBDIR += pear-URI_Template
|
||||
SUBDIR += pear-XML_RPC
|
||||
SUBDIR += pear-XML_RPC2
|
||||
SUBDIR += pecl-amqp
|
||||
SUBDIR += pecl-cvsclient
|
||||
SUBDIR += pecl-geoip
|
||||
SUBDIR += pecl-oauth
|
||||
|
25
net/pecl-amqp/Makefile
Normal file
25
net/pecl-amqp/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# New ports collection makefile for: pecl-amqp
|
||||
# Date created: 2011-09-19
|
||||
# Whom: Jui-Nan Lin <jnlin@csie.nctu.edu.tw>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= amqp
|
||||
PORTVERSION= 0.3.1
|
||||
CATEGORIES= net pear
|
||||
MASTER_SITES= http://pecl.php.net/get/
|
||||
PKGNAMEPREFIX= pecl-
|
||||
EXTRACT_SUFX= .tgz
|
||||
DIST_SUBDIR= PECL
|
||||
|
||||
MAINTAINER= jnlin@csie.nctu.edu.tw
|
||||
COMMENT= PHP extension for AMQP API
|
||||
|
||||
LIB_DEPENDS= rabbitmq:${PORTSDIR}/net/rabbitmq-c-devel
|
||||
|
||||
PHP_MODNAME= ${PORTNAME}
|
||||
USE_PHP= yes
|
||||
USE_PHPEXT= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
net/pecl-amqp/distinfo
Normal file
2
net/pecl-amqp/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (PECL/amqp-0.3.1.tgz) = 4508ea6881b1a8179025954346180235094b18e8a3b138f924c4d07776753139
|
||||
SIZE (PECL/amqp-0.3.1.tgz) = 18499
|
5
net/pecl-amqp/pkg-descr
Normal file
5
net/pecl-amqp/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
This extension uses rabbitmq-c library to provide API for
|
||||
communicating with AMQP compliant servers, and writing
|
||||
producers and consumers.
|
||||
|
||||
WWW: http://pecl.php.net/package/amqp
|
Loading…
Reference in New Issue
Block a user