freebsd-ports/security/rubygem-hmac/Makefile
2015-05-24 15:36:17 +00:00

21 lines
457 B
Makefile

# 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
DEPRECATED= Duplicate of security/rubygem-ruby-hmac
EXPIRATION_DATE=2015-06-30
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
GEM_NAME= ${DISTNAME}
.include <bsd.port.mk>