pkgsrc/security/ruby-openssl-ccm/Makefile
taca e2b6dc16fa security/ruby-openssl-ccm: update to 1.2.3
1.2.3 (2022-07-29)

* Fix calculation with openssl3
2022-08-28 05:50:37 +00:00

14 lines
352 B
Makefile

# $NetBSD: Makefile,v 1.3 2022/08/28 05:50:37 taca Exp $
DISTNAME= openssl-ccm-1.2.3
CATEGORIES= security
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= https://github.com/smalllars/openssl-ccm
COMMENT= Ruby Gem for RFC 3610 - Counter with CBC-MAC (CCM)
LICENSE= mit
USE_LANGUAGES= # none
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"