ports/devel/cpprestsdk/Makefile
Raphael Kubo da Costa 89ba1029d3 Add USES=compiler:c++11-lib.
It doesn't have an effect on platforms with clang and libc++ as the default
compiler, but should likely help with the powerpc64 build error that was marked
in the Makefile.
2017-10-08 19:57:25 +00:00

24 lines
416 B
Makefile

# $FreeBSD$
PORTNAME= cpprestsdk
PORTVERSION= 2.9.1
DISTVERSIONPREFIX= v
PORTREVISION= 3
CATEGORIES= devel
MAINTAINER= projects@phess.net
COMMENT= Microsoft C++ REST SDK
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/../license.txt
LIB_DEPENDS= libboost_system.so:devel/boost-libs
USE_GITHUB= yes
GH_ACCOUNT= Microsoft
USES= cmake compiler:c++11-lib ssl
USE_LDCONFIG= yes
WRKSRC_SUBDIR= Release
.include <bsd.port.mk>