20 lines
394 B
Makefile

PORTNAME= openssl-cmac
PORTVERSION= 2.1.0
CATEGORIES= security rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Implementation of RFC 4493, 4494, 4615 - AES-CMAC Algorithm
WWW= https://github.com/SmallLars/openssl-cmac
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-openssl>=3.0<4:security/rubygem-openssl
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>