freebsd-ports/security/rubygem-openssl-cmac/Makefile
Antoine Brodin 6e0b437eca New port: security/rubygem-openssl-cmac
rubygem-openssl-cmac is an implementation of RFC 4493, 4494, 4615 - AES-CMAC
Algorithm.
WWW: https://github.com/smalllars/openssl-cmac
2020-08-08 20:14:36 +00:00

19 lines
311 B
Makefile

# $FreeBSD$
PORTNAME= openssl-cmac
PORTVERSION= 2.0.1
CATEGORIES= security rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Implementation of RFC 4493, 4494, 4615 - AES-CMAC Algorithm
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>