---
name: scrypt
version: 1.1.6
origin: security/scrypt
comment: Key Derivation Function
arch: freebsd:9:x86:64
www: http://www.tarsnap.com/scrypt/
maintainer: wen@FreeBSD.org
prefix: /usr/local
licenselogic: single
flatsize: 32463
desc: |
  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.

  WWW:   http://www.tarsnap.com/scrypt/
categories: [security]
options: {SSE2: off}
files:
  /usr/local/bin/scrypt: 3eb4ec065ed70c20979f7e29acec458b8f3b4f576d85545bb520395fed57c821
  /usr/local/man/man1/scrypt.1.gz: 763422f3a8020a3830a56bf38363a5e0f6018e93ba7a1e244b964b7945d75dff
scripts:
  post-install: |
    /sbin/ldconfig -m /usr/local/lib
  pre-deinstall: |
    /sbin/ldconfig -R
