# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ # This comment was inserted on 20160713 to force reindexing of # this port after the default homepage definition in the perl5 # PortGroup was changed to use metacpan.org (r150080). # Reindexing is necessary for the new definition to take effect. # This comment may be removed in subsequent updates of this port. PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.24 perl5.setup Digest-HMAC 1.03 license {Artistic-1 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 rmd160 76f10c0a4497d1a8c0faf685ed0dd7e3f86e818a \ sha256 3bc72c6d3ff144d73aefb90e9a78d33612d58cf1cd1631ecfb8985ba96da4a59 supported_archs noarch if {${perl5.major} != ""} { depends_lib-append \ port:p${perl5.major}-digest-sha1 }