ports/devel/cpprestsdk/Makefile
Jan Beich 98eb11b2f0 devel/boost-*: update to 1.65.1
Changes:	http://www.boost.org/users/history/version_1_65_1.html
PR:		218835
Approved by:	maintainer timeout (1.65.1: 2 weeks; 1.65.0: 1 month)
Tested by:	jhibbits (on powerpc64, earlier version)
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D11582
2017-09-25 00:08:16 +00:00

26 lines
489 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
BROKEN_powerpc64= fails to compile: cc1plus: unrecognized command line option "-std=c++11"
USE_GITHUB= yes
GH_ACCOUNT= Microsoft
USES= cmake ssl
USE_LDCONFIG= yes
WRKSRC_SUBDIR= Release
.include <bsd.port.mk>