# $Id: Portfile 94655 2012-06-26 06:25:00Z jmr@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

perl5.branches      5.8 5.10 5.12 5.14 5.16
perl5.setup           Digest-HMAC 1.02
revision              3
license               {Artistic GPL}
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.

platforms             darwin

checksums             md5 64c4b247d83cd64ec32aa22bf58a709b \
                      sha1 359cc36c7252bfb9a4db7ec8de4c01eeda1767a1 \
                      rmd160 f2002d1b1b595e8f03d8568b7ff4b98a8173052c

if {${perl5.major} != ""} {
depends_lib-append    port:p${perl5.major}-digest-sha1

supported_archs noarch
}
