1PORTNAME= openssl-cmac 2PORTVERSION= 2.1.0 3PORTREVISION= 1 4CATEGORIES= security rubygems 5MASTER_SITES= RG 6 7MAINTAINER= ports@MidnightBSD.org 8COMMENT= Implementation of RFC 4493, 4494, 4615 - AES-CMAC Algorithm 9WWW= https://github.com/SmallLars/openssl-cmac 10 11LICENSE= mit 12LICENSE_FILE= ${WRKSRC}/LICENSE 13 14BUILD_DEPENDS= ${RUN_DEPENDS} 15RUN_DEPENDS= rubygem-openssl>=3.0:security/rubygem-openssl 16 17USES= gem 18 19NO_ARCH= yes 20 21.include <bsd.port.mk> 22