PortSystem		1.0
PortGroup		ruby 1.0

ruby.setup		{hmac ruby-hmac} 0.3 copy_install:.
maintainers		nomaintainer
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
license				Ruby
build               {
                        file delete ${worksrcpath}/test.rb
                    }
checksums		    md5 4f0ca6c3e03d3920ad7e032dd8f79185
platforms		    any
supported_archs     noarch
