pkgsrc/security/ruby-openssl-ccm/Makefile
minskim 11d9feff78 security/ruby-openssl-ccm: Import version 1.2.1
Ruby Gem for RFC 3610 - Counter with CBC-MAC (CCM).
2018-05-03 22:13:47 +00:00

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"