# -*- 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 PortSystem 1.0 PortGroup python 1.0 name py-xkcdpass version 1.19.9 revision 0 description A flexible and scriptable password generator which generates strong \ passphrases, inspired by XKCD 936 long_description {*}${description} homepage https://github.com/redacted/XKCD-password-generator platforms {darwin any} supported_archs noarch categories python security license BSD maintainers {amake @amake} openmaintainer checksums rmd160 01df6ae0e890b47fc4f5dd35c7c583ec11fd34b2 \ sha256 a94f871bda870668e5c65eb84296e939600362df2cc036b91c5ca3815bd292d7 \ size 2689919 python.versions 38 39 310 311 312 if {${name} ne ${subport}} { post-destroot { xinstall -m 0755 -d ${destroot}${python.prefix}/share/man/man1 xinstall -m 0644 ${worksrcpath}/xkcdpass.1 ${destroot}${python.prefix}/share/man/man1 system "gzip -9vf ${destroot}${python.prefix}/share/man/man1/xkcdpass.1" } test.run yes }