20 lines
388 B
Makefile

PORTNAME= openssl-ccm
PORTVERSION= 1.3.0
CATEGORIES= security rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Implementation of RFC 3610 - Counter with CBC-MAC (CCM)
WWW= https://github.com/SmallLars/openssl-ccm
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-openssl>=3.0<4:security/rubygem-openssl
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>