aboutsummaryrefslogtreecommitdiffstats
path: root/security/ruby-hmac/Makefile
blob: 3d0dc7b02529124d3f589c50255f4f4f4cc0953b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
# $FreeBSD$

PORTNAME=   hmac
PORTVERSION=    0.4.0
CATEGORIES= security ruby
MASTER_SITES=   RG
PKGNAMEPREFIX=  ${RUBY_PKGNAMEPREFIX}
DISTNAME=   ruby-${PORTNAME}-${PORTVERSION}

MAINTAINER= ruby@FreeBSD.org
COMMENT=    Ruby library which implements the HMAC algorithm

USE_RUBY=   yes
USE_RUBYGEMS=   yes
RUBYGEM_AUTOPLIST=  yes
GEM_NAME=   ${DISTNAME}

.include <bsd.port.mk>