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>