1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/security/ruby-hmac/Makefile
Wen Heping 3800c8dcb6 - Update to 0.4.0 [1]
- Reset maintainer to ruby@

PR:		ports/157388 [1]
Submitted by:	tota@ [1]
2011-05-30 13:01:56 +00:00

24 lines
497 B
Makefile

# New ports collection makefile for: ruby-hmac
# Date created: 20 February 2002
# Whom: 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= A Ruby library which implements the HMAC algorithm
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
GEM_NAME= ${DISTNAME}
.include <bsd.port.mk>