# -*- 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               openssl 1.0

name                    scrypt
version                 1.3.3
revision                0

homepage                https://www.tarsnap.com/scrypt.html

description             key derivation function

long_description        The scrypt key derivation function was originally \
                        developed for use in the Tarsnap online backup system \
                        and is designed to be far more secure against \
                        hardware brute-force attacks than alternative \
                        functions such as PBKDF2 or bcrypt.

categories              security
installs_libs           no
maintainers             nomaintainer
license                 BSD

checksums               rmd160  9bfdc58ade6fe8791a47fc2da85d2b135b864dc0 \
                        sha256  1c2710517e998eaac2e97db11f092e37139e69886b21a1b2661f64e130215ae9 \
                        size    432339

master_sites            https://www.tarsnap.com/scrypt/

extract.suffix          .tgz

livecheck.type          regex
livecheck.regex         /${name}-(\[0-9.\]+)${extract.suffix}
