freebsd-ports/devel/cpprestsdk/Makefile
Mark Linimon 836c2938d1 Mark ports broken on powerpc64, categories d-f.
While here, pet portlint and do some other cleanup.

Approved by:	portmgr (tier-2 blanket)
2018-06-18 03:49:09 +00:00

24 lines
452 B
Makefile

# $FreeBSD$
PORTNAME= cpprestsdk
PORTVERSION= 2.9.1
DISTVERSIONPREFIX= v
PORTREVISION= 5
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
USES= cmake compiler:c++11-lib ssl
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= Microsoft
WRKSRC_SUBDIR= Release
CMAKE_OFF= BUILD_SAMPLES BUILD_TESTS
.include <bsd.port.mk>