# -*- 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 name courier-authlib version 0.66.4 checksums rmd160 5a550a038cd7f6e4d22d7b6e432a65b3caca94da \ sha256 a874fa50e83d9b1385f97a47879af781a1aa09f49cdaa7d77e7ea3e5983a4a26 categories security mail license GPL-3 platforms darwin maintainers nomaintainer description Courier Authentication Library is a generic authentication API long_description ${description} homepage http://www.courier-mta.org/authlib/ master_sites sourceforge:courier use_bzip2 yes depends_lib port:db44 \ port:libtool \ port:courier-unicode configure.args --with-db=db \ --without-authmysql \ --without-authpgsql \ --without-authldap \ --without-authpam \ -C configure.cflags-append -I${prefix}/include/db44 configure.ldflags-append -L${prefix}/lib/db44 post-destroot { system -W "${destroot}${prefix}/lib/courier-authlib" "rm -f *.a *.la" } # Limit the length of the minor and patch version components to avoid picking # up development versions (that contain a YYYYMMDD timestamp). livecheck.regex "[quotemeta ${name}]-(\\d+(\\.\\d{1,7})*)[quotemeta ${extract.suffix}]"