[71587] trunk/dports/php

ryandesign at macports.org ryandesign at macports.org
Thu Sep 16 22:19:53 PDT 2010


Revision: 71587
          http://trac.macports.org/changeset/71587
Author:   ryandesign at macports.org
Date:     2010-09-16 22:19:49 -0700 (Thu, 16 Sep 2010)
Log Message:
-----------
php5-ldap: new port, version 5.3.3; see #20492 and #19091

Added Paths:
-----------
    trunk/dports/php/php5-ldap/
    trunk/dports/php/php5-ldap/Portfile

Added: trunk/dports/php/php5-ldap/Portfile
===================================================================
--- trunk/dports/php/php5-ldap/Portfile	                        (rev 0)
+++ trunk/dports/php/php5-ldap/Portfile	2010-09-17 05:19:49 UTC (rev 71587)
@@ -0,0 +1,28 @@
+# -*- 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     ldap 5.3.3 bundled
+categories-append       databases
+platforms               darwin
+maintainers             ryandesign
+
+description             a PHP interface to LDAP
+
+long_description        ${name} is ${description}, the Lightweight Directory \
+                        Access Protocol, which is used to access Directory \
+                        Servers.
+
+checksums               md5     21ceeeb232813c10283a5ca1b4c87b48 \
+                        sha1    9f66716b341119e4e4f8fe3d81b7d0a5daf3cbc8 \
+                        rmd160  9edb51663feac9b787f8382012893f1ac98fec6a
+
+depends_lib-append      port:openldap \
+                        port:cyrus-sasl2
+
+configure.args-append   --with-ldap=${prefix} \
+                        --with-ldap-sasl=${prefix}
+
+use_parallel_build      yes


Property changes on: trunk/dports/php/php5-ldap/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/20100916/dc499fa6/attachment.html>


More information about the macports-changes mailing list