2013-03-17 17:44:03 +01:00
|
|
|
# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
|
2002-02-20 07:24:20 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= hmac
|
2011-05-30 15:01:56 +02:00
|
|
|
PORTVERSION= 0.4.0
|
2002-02-20 07:24:20 +01:00
|
|
|
CATEGORIES= security ruby
|
2011-05-30 15:01:56 +02:00
|
|
|
MASTER_SITES= RG
|
2002-02-20 07:24:20 +01:00
|
|
|
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
|
|
|
|
DISTNAME= ruby-${PORTNAME}-${PORTVERSION}
|
|
|
|
|
2013-03-17 17:44:03 +01:00
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
2003-02-18 06:42:05 +01:00
|
|
|
COMMENT= A Ruby library which implements the HMAC algorithm
|
2002-02-20 07:24:20 +01:00
|
|
|
|
|
|
|
USE_RUBY= yes
|
2008-12-06 16:07:10 +01:00
|
|
|
USE_RUBYGEMS= yes
|
2011-05-30 15:01:56 +02:00
|
|
|
RUBYGEM_AUTOPLIST= yes
|
2008-12-06 16:07:10 +01:00
|
|
|
GEM_NAME= ${DISTNAME}
|
2002-02-20 07:24:20 +01:00
|
|
|
|
2013-09-21 00:55:24 +02:00
|
|
|
NO_STAGE= yes
|
2002-02-20 07:24:20 +01:00
|
|
|
.include <bsd.port.mk>
|