# $Id: Portfile 67043 2010-04-27 23:07:01Z ryandesign@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

perl5.setup           Digest-HMAC 1.02
maintainers           narf_tm openmaintainer
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.

platforms             darwin

checksums             md5 64c4b247d83cd64ec32aa22bf58a709b \
                      sha1 359cc36c7252bfb9a4db7ec8de4c01eeda1767a1 \
                      rmd160 f2002d1b1b595e8f03d8568b7ff4b98a8173052c

depends_lib-append    port:p5-digest-sha1

if {[info exists supported_archs]} {
    supported_archs noarch
} else {
    universal_variant no
}
