# -*- 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 127805 2014-11-04 14:11:16Z devans@macports.org $ PortSystem 1.0 name cracklib version 2.9.2 categories security license LGPL-2.1 maintainers theonelab.com:june 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 d22eba649892c71a6940940dac3637cc8ce8d853 \ sha256 c1c899291d443e99d1aecfbc879e4ac9c0cbc265574f47b487842da11e9759f5 configure.args-append --without-python post-build { ln -s ${prefix}/share/cracklib/cracklib-words ${worksrcpath}/dicts file attributes ${worksrcpath}/util/cracklib-format -permissions 755 } destroot.target-append dict-local test.run yes test.target check