2013-03-17 17:44:03 +01:00
|
|
|
# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
|
2012-08-06 04:57:57 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= hmac
|
|
|
|
PORTVERSION= 0.4.0
|
|
|
|
CATEGORIES= security ruby
|
|
|
|
MASTER_SITES= RG
|
|
|
|
DISTNAME= ruby-${PORTNAME}-${PORTVERSION}
|
|
|
|
|
2013-03-17 17:44:03 +01:00
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
2012-08-06 04:57:57 +02:00
|
|
|
COMMENT= A Ruby library which implements the HMAC algorithm
|
|
|
|
|
|
|
|
USE_RUBY= yes
|
|
|
|
USE_RUBYGEMS= yes
|
|
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
GEM_NAME= ${DISTNAME}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|