12 lines
332 B
Makefile
12 lines
332 B
Makefile
# $NetBSD: Makefile,v 1.1 2018/05/03 22:13:47 minskim Exp $
|
|
|
|
DISTNAME= openssl-ccm-1.2.1
|
|
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
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|