summaryrefslogtreecommitdiff
path: root/security/ruby-hmac/Makefile
blob: 95c53aa3a8ee4e4936ef505b0934d5a013c6fd95 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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
USES=		gem

DEPRECATED=	Use www/rubygem-ruby-hmac instead
EXPIRATION_DATE=	2017-01-28

.include <bsd.port.mk>