freebsd-ports/devel/cpprestsdk/Makefile
Mark Linimon fa74598719 Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
Reported by:	swills
2017-05-21 21:55:08 +00:00

26 lines
489 B
Makefile

# $FreeBSD$
PORTNAME= cpprestsdk
PORTVERSION= 2.9.1
DISTVERSIONPREFIX= v
PORTREVISION= 1
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>