[93280] trunk/dports/php
ryandesign at macports.org
ryandesign at macports.org
Fri May 18 15:22:13 PDT 2012
Revision: 93280
https://trac.macports.org/changeset/93280
Author: ryandesign at macports.org
Date: 2012-05-18 15:22:13 -0700 (Fri, 18 May 2012)
Log Message:
-----------
php-yaml: unified port
Modified Paths:
--------------
trunk/dports/php/php-yaml/Portfile
Added Paths:
-----------
trunk/dports/php/php-yaml/
Modified: trunk/dports/php/php-yaml/Portfile
===================================================================
--- trunk/dports/php/php5-yaml/Portfile 2012-05-18 22:19:00 UTC (rev 93279)
+++ trunk/dports/php/php-yaml/Portfile 2012-05-18 22:22:13 UTC (rev 93280)
@@ -2,9 +2,10 @@
# $Id$
PortSystem 1.0
-PortGroup php5extension 1.0
+PortGroup php 1.0
-php5extension.setup yaml 1.1.0 pecl
+php.setup yaml 1.1.0 pecl
+php.branches 5.3 5.4
categories-append devel
platforms darwin
maintainers nomaintainer
@@ -17,8 +18,10 @@
checksums rmd160 2ec018eec9a88b2b952ae36390a2ce11bf0c2874 \
sha256 eecaad722d177a1cea61c7efb454a360fd3e288a50a528e4d23d44d420aa9f4a
-depends_lib-append port:libyaml
-
-configure.args --with-yaml=${prefix}
-
-use_parallel_build yes
+if {${name} != ${subport}} {
+ depends_lib-append port:libyaml
+
+ configure.args --with-yaml=${prefix}
+
+ use_parallel_build yes
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120518/09092c66/attachment.html>
More information about the macports-changes
mailing list