# $Id: Portfile,v 1.5 2005/08/11 21:33:25 rshaw Exp $
PortSystem 1.0
PortGroup perl5 1.0

perl5.setup		Digest-HMAC 1.01
revision		2
maintainers		darwinports@opendarwin.org
description		Keyed-Hashing for Message Authentication
long_description	HMAC is used for message integrity checks between \
					two parties that share a secret key, and works in \
					combination with some other Digest algorithm, \
					usually MD5 or SHA-1.  The HMAC mechanism is \
					described in RFC 2104.
checksums		md5 32dc54c765100c638b5d7f7ff4c5c626
platforms		darwin

# Depends on these Perl modules
depends_lib-append		port:p5-digest-sha1

