Steve Wills afd5d308b5 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.
Originally written by Daiki Ueno. Converted to a RubyGem by Geoffrey Grosenbach

WWW: http://ruby-hmac.rubyforge.org/

PR:		ports/182668
Submitted by:	http://ruby-hmac.rubyforge.org/
2013-10-20 13:34:15 +00:00

18 lines
272 B
Makefile

# $FreeBSD$
PORTNAME= ruby-hmac
PORTVERSION= 0.4.0
CATEGORIES= security rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Common interface to HMAC functionality
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
NO_STAGE= yes
.include <bsd.port.mk>