# $Id: Portfile 56747 2009-09-02 00:17:43Z narf_tm@macports.org $

PortSystem          1.0
PortGroup           perl5 1.0

perl5.setup         Digest-SHA1 2.12
maintainers         narf_tm openmaintainer
description         Perl interface to the SHA-1 Algorithm
long_description    The Digest::SHA1 module allows you to use the NIST \
                    SHA-1 message digest algorithm from within Perl \
                    programs.  The algorithm takes as input a message of \
                    arbitrary length and produces as output a 160-bit \
                    \"fingerprint\" or \"message digest\" of the input.

checksums           md5 eeb0292868801a202bd7ead87b291374 \
                    sha1 1c6de4ed22f4583385d88b2eca8986b1f2d3fa34 \
                    rmd160 b4cdb567ff44407c658b1ca40fffa63bf0acb33a

platforms           darwin
