summaryrefslogtreecommitdiff
path: root/security/rubygem-openssl-cmac/Makefile
blob: 5de79af2e10ce2376737dca709bbc6b58a0e9e51 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PORTNAME=	openssl-cmac
PORTVERSION=	2.0.2
CATEGORIES=	security rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Implementation of RFC 4493, 4494, 4615 - AES-CMAC Algorithm
WWW=		https://github.com/SmallLars/openssl-cmac

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>