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

PORTNAME=   hmac
PORTVERSION=    0.4.0
CATEGORIES= security ruby
MASTER_SITES=   RG
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>