Tweak security/rubygem-hmac version 0.4.0
[dports.git] / security / rubygem-hmac / Makefile
1 # Created by: Akinori MUSHA aka knu <knu@idaemons.org>
2 # $FreeBSD$
3
4 PORTNAME=       hmac
5 PORTVERSION=    0.4.0
6 CATEGORIES=     security ruby
7 MASTER_SITES=   RG
8 DISTNAME=       ruby-${PORTNAME}-${PORTVERSION}
9
10 MAINTAINER=     ruby@FreeBSD.org
11 COMMENT=        A Ruby library which implements the HMAC algorithm
12
13 USE_RUBY=       yes
14 USE_RUBYGEMS=   yes
15 RUBYGEM_AUTOPLIST=      yes
16 GEM_NAME=       ${DISTNAME}
17
18 .include <bsd.port.mk>