Tweak security/sshblock version 1.0_1
[dports.git] / security / rubygem-ruby-hmac / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       ruby-hmac
4 PORTVERSION=    0.4.0
5 CATEGORIES=     security rubygems
6 MASTER_SITES=   RG
7
8 MAINTAINER=     ruby@FreeBSD.org
9 COMMENT=        Common interface to HMAC functionality
10
11 LICENSE=        MIT
12
13 USE_RUBY=       yes
14 USE_RUBYGEMS=   yes
15 RUBYGEM_AUTOPLIST=      yes
16
17 .include <bsd.port.mk>