# -*- 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 openssl 5.3.27 bundled categories-append devel security platforms darwin maintainers ryandesign license PHP-3.01 description a PHP interface to OpenSSL signature-generation \ and -verification and data-encryption and \ -decryption functions long_description ${description} checksums rmd160 c2887004859f32b25229ffe52d86270c8de194b7 \ sha256 e12db21c623b82a2244c4dd9b06bb75af20868c1b748a105a6829a5acc36b287 depends_lib-append port:kerberos5 \ port:libcomerr \ port:openssl post-extract { move ${build.dir}/config0.m4 ${build.dir}/config.m4 } configure.args-append --with-kerberos=${prefix} \ --with-openssl=${prefix} use_parallel_build yes