# $Id$ PortSystem 1.0 PortGroup ocaml 1.0 name ocaml-safepass version 1.0.1 categories devel ml security platforms darwin license LGPL-2.1 maintainers mww openmaintainer description OCaml library for safe storage of user passwords long_description \ OCaml-safepass is a library enabling the safe storage of user passwords, \ for use in web applications. Passwords are salted and hashed using the \ bcrypt algorithm. homepage http://ocaml-safepass.forge.ocamlcore.org/ master_sites http://forge.ocamlcore.org/frs/download.php/954/ checksums rmd160 c5d0894e7ecb617a1e62f40f5ac577b519bc10d8 \ sha256 f40ca49df3129ff7fd8ec1ca3a992a8fac3febf1d3893c6397238522ebd9f757 extract.suffix .tgz depends_lib port:ocaml port:ocaml-findlib configure.args-append "--override datarootdir ${destroot}${prefix}/share --override pkg_name ocaml-safepass" use_oasis yes use_oasis_doc yes livecheck.type regex livecheck.url http://forge.ocamlcore.org/frs/?group_id=302 livecheck.regex ocaml-safepass-(\[0-9.\]+)${extract.suffix}