freebsd-ports/security/rubygem-hkdf/Makefile
2021-07-19 06:07:14 +08:00

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>