[91148] trunk/dports/php
ryandesign at macports.org
ryandesign at macports.org
Fri Mar 23 22:34:59 PDT 2012
Revision: 91148
https://trac.macports.org/changeset/91148
Author: ryandesign at macports.org
Date: 2012-03-23 22:34:59 -0700 (Fri, 23 Mar 2012)
Log Message:
-----------
php5-yaml: new port, version 1.0.1; see #33728
Added Paths:
-----------
trunk/dports/php/php5-yaml/
trunk/dports/php/php5-yaml/Portfile
Added: trunk/dports/php/php5-yaml/Portfile
===================================================================
--- trunk/dports/php/php5-yaml/Portfile (rev 0)
+++ trunk/dports/php/php5-yaml/Portfile 2012-03-24 05:34:59 UTC (rev 91148)
@@ -0,0 +1,24 @@
+# -*- 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 php5extension 1.0
+
+php5extension.setup yaml 1.0.1 pecl
+categories-append devel
+platforms darwin
+maintainers nomaintainer
+license PHP-3.01
+
+description a PHP interface to the YAML parsing library
+
+long_description ${description}
+
+checksums rmd160 dc9e84c587573c03825378d63e0121cbf97c0a78 \
+ sha256 cfd03416c6a7dc22f0f4c8faeaf79478973084e1686801387864636146dccc11
+
+depends_lib-append port:libyaml
+
+configure.args --with-yaml=${prefix}
+
+use_parallel_build yes
Property changes on: trunk/dports/php/php5-yaml/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120323/1daea805/attachment.html>
More information about the macports-changes
mailing list