[50358] trunk/dports/php/php5-syck/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed Apr 29 12:16:02 PDT 2009


Revision: 50358
          http://trac.macports.org/changeset/50358
Author:   ryandesign at macports.org
Date:     2009-04-29 12:16:02 -0700 (Wed, 29 Apr 2009)
Log Message:
-----------
php5-syck: whitespace changes only

Modified Paths:
--------------
    trunk/dports/php/php5-syck/Portfile

Modified: trunk/dports/php/php5-syck/Portfile
===================================================================
--- trunk/dports/php/php5-syck/Portfile	2009-04-29 19:12:24 UTC (rev 50357)
+++ trunk/dports/php/php5-syck/Portfile	2009-04-29 19:16:02 UTC (rev 50358)
@@ -1,29 +1,33 @@
 # $Id$
 
-PortSystem 1.0
+PortSystem              1.0
 PortGroup php5extension 1.0
 
-php5extension.setup syck 0.55
-revision          1
-categories-append net devel
-platforms         darwin freebsd openbsd
-maintainers       emory.smith at gmail.com openmaintainer
-homepage          http://www.whytheluckystiff.net/syck/
-description       PHP5 bindings for syck
-long_description \
-    Syck is a parser for YAML -- this package installs the syck php extension, \
-    allowing php code to interface to the libsyck C library.
+php5extension.setup     syck 0.55
+revision                1
+categories-append       net devel
+platforms               darwin freebsd openbsd
+maintainers             emory.smith at gmail.com openmaintainer
+homepage                http://www.whytheluckystiff.net/syck/
+master_sites            http://rubyforge.org/frs/download.php/4492
 
-master_sites      http://rubyforge.org/frs/download.php/4492
-checksums         md5 a57b7c46d81170b9318e2f384f77910c
-dist_subdir       syck
+description             PHP5 bindings for syck
 
-depends_lib-append  port:syck port:re2c
+long_description        Syck is a parser for YAML -- this package installs \
+                        the syck php extension, allowing php code to \
+                        interface to the libsyck C library.
 
-worksrcdir    syck-${version}/ext/php
+checksums               md5 a57b7c46d81170b9318e2f384f77910c
 
-configure.args    --with-syck=${prefix}
+dist_subdir             syck
 
+depends_lib-append      port:syck \
+                        port:re2c
+
+worksrcdir              syck-${version}/ext/php
+
+configure.args          --with-syck=${prefix}
+
 platform darwin {
     # for details on this patch see the "Patch For Mac Users" section
     # of http://trac.symfony-project.com/trac/wiki/InstallingSyck
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090429/fe289d11/attachment.html>


More information about the macports-changes mailing list