1 | # -*- 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 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup perl5 1.0 |
---|
6 | |
---|
7 | perl5.branches 5.16 5.18 5.20 5.22 |
---|
8 | perl5.setup Crypt-GeneratePassword 0.05 |
---|
9 | |
---|
10 | license {Artistic-1 GPL} |
---|
11 | maintainers nomaintainer |
---|
12 | description Generate secure random pronounceable passwords |
---|
13 | long_description Crypt::GeneratePassword generates random passwords \ |
---|
14 | that are (more or less) pronounceable. Unlike \ |
---|
15 | Crypt::RandPasswd, it doesn't use the FIPS-181 NIST \ |
---|
16 | standard, which is proven to be insecure. It does use \ |
---|
17 | a similar interface, so it should be a drop-in \ |
---|
18 | replacement in most cases. |
---|
19 | |
---|
20 | platforms darwin |
---|
21 | checksums rmd160 bf7c7cd99d00b5e1d7cd115c655f7469d0ea025b \ |
---|
22 | sha256 d69f3756bcfd79a9b9985fadef33909f62989590322a21163f93d75293019b66 |
---|
23 | |
---|
24 | if {${perl5.major} != ""} { |
---|
25 | depends_lib-append port:p${perl5.major}-data-dumper |
---|
26 | } |
---|
27 | |
---|
28 | test.run yes |
---|
29 | test.target test |
---|