Files
ports/security/aws-c-cal/Makefile
T
Danilo Egea Gondolfo a32fc3275d New port: security/aws-c-cal
AWS Crypto Abstraction Layer: Cross-Platform, C99 wrapper for
cryptography primitives.
2021-01-05 15:08:29 +00:00

26 lines
479 B
Makefile

# Created by: Danilo Egea Gondolfo <danilo@FreeBSD.org>
# $FreeBSD$
PORTNAME= aws-c-cal
PORTVERSION= 0.4.5
DISTVERSIONPREFIX= v
CATEGORIES= security
MAINTAINER= danilo@FreeBSD.org
COMMENT= Aws Crypto Abstraction Layer
LICENSE= APACHE20
LIB_DEPENDS= libaws-c-common.so:devel/aws-c-common
USES= cmake compiler:c11 ssl
USE_GITHUB= yes
GH_ACCOUNT= awslabs
CMAKE_ARGS+= -DBUILD_SHARED_LIBS=ON -DCMAKE_INSTALL_LIBDIR=${LOCALBASE}/lib
USE_LDCONFIG= yes
.include <bsd.port.mk>