mirror of
https://git.freebsd.org/ports.git
synced 2025-06-18 19:20:36 -04:00
17 lines
265 B
Makefile
17 lines
265 B
Makefile
PORTNAME= hkdf
|
|
PORTVERSION= 1.0.0
|
|
CATEGORIES= security rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= HMAC-based Key Derivation Function
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|