[123788] trunk/dports/php
ryandesign at macports.org
ryandesign at macports.org
Thu Aug 14 08:00:31 PDT 2014
Revision: 123788
https://trac.macports.org/changeset/123788
Author: ryandesign at macports.org
Date: 2014-08-14 08:00:31 -0700 (Thu, 14 Aug 2014)
Log Message:
-----------
php-libevent: new port, version 0.1.0 (#44643)
Added Paths:
-----------
trunk/dports/php/php-libevent/
trunk/dports/php/php-libevent/Portfile
Added: trunk/dports/php/php-libevent/Portfile
===================================================================
--- trunk/dports/php/php-libevent/Portfile (rev 0)
+++ trunk/dports/php/php-libevent/Portfile 2014-08-14 15:00:31 UTC (rev 123788)
@@ -0,0 +1,30 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem 1.0
+PortGroup php 1.1
+
+name php-libevent
+version 0.1.0
+categories-append devel
+platforms darwin
+maintainers ryandesign openmaintainer
+license PHP-3.01
+
+php.branches 5.3 5.4 5.5
+php.pecl yes
+php.pecl.prerelease yes
+
+description
+
+long_description
+
+checksums rmd160 451bdb0e00bb6c57b703c66af937e52e138d9bd1 \
+ sha256 de3d2ce16f5ab8798de1f059143a3367e59608fd12ec3b4b720fc64e4ba93435
+
+if {${name} ne ${subport}} {
+ depends_lib-append port:libevent
+
+ configure.args-append \
+ --with-libevent=${prefix}
+}
Property changes on: trunk/dports/php/php-libevent/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140814/2737d506/attachment-0001.html>
More information about the macports-changes
mailing list