[55174] trunk/dports/php
ryandesign at macports.org
ryandesign at macports.org
Fri Aug 7 00:38:09 PDT 2009
Revision: 55174
http://trac.macports.org/changeset/55174
Author: ryandesign at macports.org
Date: 2009-08-07 00:38:05 -0700 (Fri, 07 Aug 2009)
Log Message:
-----------
php5-openssl: new port; see #19091
Added Paths:
-----------
trunk/dports/php/php5-openssl/
trunk/dports/php/php5-openssl/Portfile
Added: trunk/dports/php/php5-openssl/Portfile
===================================================================
--- trunk/dports/php/php5-openssl/Portfile (rev 0)
+++ trunk/dports/php/php5-openssl/Portfile 2009-08-07 07:38:05 UTC (rev 55174)
@@ -0,0 +1,31 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup php5extension 1.0
+
+php5extension.setup openssl 5.3.0 bundled
+categories-append devel security
+platforms darwin
+maintainers ryandesign
+
+description a PHP interface to OpenSSL signature-generation \
+ and -verification and data-encryption and \
+ -decryption functions
+
+long_description ${description}
+
+checksums md5 846760cd655c98dfd86d6d97c3d964b0 \
+ sha1 934700941d216c453376e3bf24347041cf12c6dc \
+ rmd160 9a71b74052b0ca515f2ddf95c051b47a73d33f44
+
+post-extract {
+ move ${build.dir}/config0.m4 ${build.dir}/config.m4
+}
+
+configure.args-append --with-openssl=${prefix}
+
+platform macosx {
+ configure.args-append --with-kerberos=/usr
+}
+
+use_parallel_build yes
Property changes on: trunk/dports/php/php5-openssl/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/20090807/683d85a4/attachment.html>
More information about the macports-changes
mailing list