17 lines
243 B
Makefile
17 lines
243 B
Makefile
|
|
PORTNAME= ruby-hmac
|
|
PORTVERSION= 0.4.0
|
|
CATEGORIES= security rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Common interface to HMAC functionality
|
|
|
|
LICENSE= MIT
|
|
|
|
NO_ARCH= yes
|
|
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|