Added: trunk/dports/php/php5-ssh2/Portfile (0 => 75418)
--- trunk/dports/php/php5-ssh2/Portfile (rev 0)
+++ trunk/dports/php/php5-ssh2/Portfile 2011-01-24 22:50:33 UTC (rev 75418)
@@ -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 ssh2 0.11.2 pecl
+categories-append net
+platforms darwin
+maintainers ryandesign
+license PHP
+
+description PHP5 bindings for libssh2
+
+long_description ${description}
+
+checksums sha1 7791b424a6e4118938160ec41ec6a849ed97e7b3 \
+ rmd160 7e44b31d1fb6c97b308e124973cc59b69b640703
+
+depends_lib-append port:libssh2
+
+configure.args --with-ssh2=${prefix}
+
+livecheck.regex {>(\d+(?:\.\d+)*(?:p\d+)?)</a></th>}
Property changes on: trunk/dports/php/php5-ssh2/Portfile
___________________________________________________________________