# -*- 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: Portfile 142450 2015-11-12 08:41:05Z ryandesign@macports.org $ PortSystem 1.0 name cracklib version 2.9.5 categories security license LGPL-2.1 maintainers nomaintainer description A ProActive Password Sanity Library long_description CrackLib is a library containing a C function (well, \ lots of functions really, but you only need to use \ one of them) which may be used in a passwd-like \ program. The idea is simple: try to prevent users \ from choosing passwords that could be guessed by \ Crack by filtering them out, at source. homepage http://sourceforge.net/projects/cracklib/ platforms darwin depends_lib port:gettext port:zlib depends_build port:cracklib-words master_sites sourceforge:project/cracklib/cracklib/${version} checksums rmd160 f9c98963dcc6014f568d4c781853ad4f80312a74 \ sha256 59ab0138bc8cf90cccb8509b6969a024d5e58d2d02bcbdccbb9ba9b88be3fa33 configure.args-append --without-python post-build { ln -s ${prefix}/share/cracklib/cracklib-words ${worksrcpath}/dicts file attributes ${worksrcpath}/util/cracklib-format -permissions +x } destroot.target-append dict-local test.run yes test.target check