summaryrefslogtreecommitdiff
path: root/security/rubygem-openssl-ccm/Makefile
blob: 24da09ddd7af30ea0930cd470aa7c85f6299f097 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PORTNAME=	openssl-ccm
PORTVERSION=	1.2.3
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

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>