# -*- 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: Portfile 52910 2009-06-25 19:37:27Z brett@macports.org $

PortSystem 1.0

name                    scrypt
version                 1.1.4
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.
maintainers             brett openmaintainer
categories              security
platforms               darwin
homepage                http://www.tarsnap.com/scrypt
master_sites            http://www.tarsnap.com/scrypt/
checksums               sha1 05f53d661ae50e6df3cbf5d8ba2ec169e3fceeff
extract.suffix          .tgz
configure.args          --mandir=${prefix}/share/man

