mirror of
https://git.freebsd.org/ports.git
synced 2025-06-23 05:30:31 -04:00
26 lines
532 B
Makefile
26 lines
532 B
Makefile
PORTNAME= aws-c-common
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.9.5
|
|
PORTEPOCH= 1
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= eduardo@FreeBSD.org
|
|
COMMENT= Core c99 package for AWS SDK for C
|
|
WWW= https://github.com/awslabs/aws-c-common
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= cmake:testing compiler:c11
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= awslabs
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
CMAKE_ON= BUILD_SHARED_LIBS
|
|
CMAKE_OFF= BUILD_TESTING
|
|
|
|
# Test failure: test_memory_usage_maxrss
|
|
# https://github.com/awslabs/aws-c-common/issues/1070
|
|
|
|
.include <bsd.port.mk>
|