Ticket #50291: Portfile

File Portfile, 960 bytes (added by akkornel (A. Karl Kornel), 8 years ago)

Portfile for p5-crypt-generatepassword

Line 
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
4PortSystem              1.0
5PortGroup               perl5 1.0
6
7perl5.branches          5.16 5.18 5.20 5.22
8perl5.setup             Crypt-GeneratePassword 0.05
9
10license                 {Artistic-1 GPL}
11maintainers             nomaintainer
12description             Generate secure random pronounceable passwords
13long_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
20platforms               darwin
21checksums               rmd160 bf7c7cd99d00b5e1d7cd115c655f7469d0ea025b \
22                        sha256 d69f3756bcfd79a9b9985fadef33909f62989590322a21163f93d75293019b66
23
24if {${perl5.major} != ""} {
25        depends_lib-append      port:p${perl5.major}-data-dumper
26}
27
28test.run                yes
29test.target             test