21 lines
408 B
Makefile
21 lines
408 B
Makefile
PORTNAME= openssl-cmac
|
|
PORTVERSION= 2.1.0
|
|
PORTREVISION= 1
|
|
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
|
|
|
|
RUN_DEPENDS= rubygem-openssl>=3.0:security/rubygem-openssl
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|