freebsd-ports/security/rubygem-hmac/Makefile

22 lines
460 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
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>