# $Id: Portfile 30247 2007-10-23 02:05:08Z jmpp@macports.org $
PortSystem 1.0
PortGroup perl5 1.0

perl5.setup		Digest-HMAC 1.01
revision		2
maintainers		nomaintainer
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

