a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 22478 2007-03-02 05:16:40Z pipping@macports.org $
PortSystem 1.0
PortGroup ruby 1.0
ruby.setup {hmac ruby-hmac} 0.3 copy_install:.
maintainers nomaintainer@macports.org
description Provides a common interface to HMAC functionality.
long_description This module provides common interface to HMAC \
functionality. HMAC is a kind of Message \
Authentication Code (MAC) algorithm whose \
standard is documented in RFC2104. Namely, \
a MAC provides a way to check the integrity of \
information transmitted over or stored in an \
unreliable medium, based on a secret key.
homepage http://deisui.org/~ueno/ruby/hmac.html
master_sites http://deisui.org/~ueno/ruby/
categories-append security
build {
file delete ${worksrcpath}/test.rb
}
checksums md5 4f0ca6c3e03d3920ad7e032dd8f79185
platforms darwin