aboutsummaryrefslogtreecommitdiff
path: root/security/rubygem-openssl-ccm/Makefile
blob: 2131bcd545c72ff5ec87fa4c11bf5e6a0cb98c65 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

PORTNAME=	openssl-ccm
PORTVERSION=	1.2.2
CATEGORIES=	security rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Implementation of RFC 3610 - Counter with CBC-MAC (CCM)

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

NO_ARCH=	yes

USE_RUBY=	yes
USES=		gem

.include <bsd.port.mk>