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

PORTNAME=	openssl-cmac
PORTVERSION=	2.0.1
CATEGORIES=	security rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Implementation of RFC 4493, 4494, 4615 - AES-CMAC Algorithm

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		gem
USE_RUBY=	yes

NO_ARCH=	yes

.include <bsd.port.mk>