Added: trunk/dports/php/php-amqp/Portfile (0 => 111751)
--- trunk/dports/php/php-amqp/Portfile (rev 0)
+++ trunk/dports/php/php-amqp/Portfile 2013-09-30 16:20:32 UTC (rev 111751)
@@ -0,0 +1,30 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem 1.0
+PortGroup php 1.1
+
+name php-amqp
+version 1.2.0
+categories php net
+platforms darwin
+maintainers ryandesign openmaintainer
+license PHP-3.01
+
+php.branches 5.3 5.4 5.5
+php.pecl yes
+
+description AMPQ interface for PHP
+
+long_description This extension can communicate with any AMQP spec 0-9-1 \
+ compatible server, such as RabbitMQ, OpenAMQP and Qpid, \
+ giving you the ability to create and delete exchanges \
+ and queues, as well as publish to any exchange and \
+ consume from any queue.
+
+checksums rmd160 638ba1b1c3989e1b22328e9c9674f588a8e29646 \
+ sha256 2f267f1ce6cc13b94ac6661c6427e1cce98f57fa9c394ad0e226e55294597732
+
+depends_lib-append port:rabbitmq-c
+
+configure.args-append --with-amqp --with-librabbitmq-dir=${prefix}
Property changes on: trunk/dports/php/php-amqp/Portfile
___________________________________________________________________