# -*- 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$ # This comment was inserted on 20160713 to force reindexing of # this port after the default homepage definition in the perl5 # PortGroup was changed to use metacpan.org (r150080). # Reindexing is necessary for the new definition to take effect. # This comment may be removed in subsequent updates of this port. PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.24 perl5.setup Crypt-GeneratePassword 0.05 license {Artistic-1 GPL} maintainers nomaintainer description Generate secure random pronounceable passwords long_description Crypt::GeneratePassword generates random passwords \ that are (more or less) pronounceable. Unlike \ Crypt::RandPasswd, it doesn't use the FIPS-181 NIST \ standard, which is proven to be insecure. It does use \ a similar interface, so it should be a drop-in \ replacement in most cases. platforms darwin checksums rmd160 bf7c7cd99d00b5e1d7cd115c655f7469d0ea025b \ sha256 d69f3756bcfd79a9b9985fadef33909f62989590322a21163f93d75293019b66 if {${perl5.major} != ""} { depends_lib-append \ port:p${perl5.major}-data-dumper supported_archs noarch }