f486efb6aa
Update ruby-openssl-ccm to 1.2.2. pkgsrc change: add "USE_LANGUAGES= # none". Version 1.2.2 (2019-01-08) * Update cipher validation to be case-insensitive
14 lines
352 B
Makefile
14 lines
352 B
Makefile
# $NetBSD: Makefile,v 1.2 2020/03/24 16:06:21 taca Exp $
|
|
|
|
DISTNAME= openssl-ccm-1.2.2
|
|
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"
|