# $Id: Portfile,v 1.5 2006/06/15 23:48:35 narf_tm Exp $
PortSystem 1.0
PortGroup perl5 1.0

perl5.setup		Digest-SHA1 2.11
maintainers		narf_tm@opendarwin.org
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 2449bfe21d6589c96eebf94dae24df6b
platforms		darwin

