# -*- 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 PortSystem 1.0 PortGroup php 1.1 name php-mcrypt categories-append security maintainers {ryandesign @ryandesign} openmaintainer license PHP-3.01 # php71-mcrypt and earlier subports are in the php Portfile. php.branches 7.2 7.3 7.4 8.0 8.1 8.2 php.pecl yes description a PHP interface to the mcrypt library, which offers \ a wide variety of algorithms long_description ${description} if {[vercmp ${php.branch} >= 7.2]} { version 1.0.6 revision 0 checksums rmd160 0b3471b216e63d603801ea8c78cca6f07cc82951 \ sha256 be6efd52a76ed01aabdda0ce426aed0a93db4ec06908c16a5460175c35b0d08a \ size 27062 } if {${name} ne ${subport}} { depends_lib-append port:libmcrypt # The mcrypt extension may be using libtool unnecessarily; monitor # https://bugs.php.net/bug.php?id=54500 depends_lib-append port:libtool configure.args-append --with-mcrypt=${prefix} }