pkgsrc/security/ruby-openssl-cmac/Makefile
taca 821ccba918 security/ruby-openssl-cmac: add package version 2.0.1
Add openssl-cmac package version 2.0.1.


Ruby Gem for
* RFC 4493 - The AES-CMAC Algorithm (http://tools.ietf.org/html/rfc4493)
* RFC 4494 - The AES-CMAC-96 Algorithm and Its Use with IPsec
  (http://tools.ietf.org/html/rfc4494)

* RFC 4615 - The Advanced Encryption Standard-Cipher-based Message
  Authentication Code-Pseudo-Random Function-128 (AES-CMAC-PRF-128)
  Algorithm for the Internet Key Exchange Protocol (IKE)
  (http://tools.ietf.org/html/rfc4615)
2020-06-10 14:32:26 +00:00

14 lines
354 B
Makefile

# $NetBSD: Makefile,v 1.1 2020/06/10 14:32:26 taca Exp $
DISTNAME= openssl-cmac-2.0.1
CATEGORIES= security
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/smalllars/openssl-cmac
COMMENT= RFC 4493, 4494, 4615 - The AES-CMAC Algorithm
LICENSE= mit
USE_LANGUAGES= # none
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"