- Switch to C++14 for libboost_system to support C++14 consumers Changes: http://www.boost.org/users/history/version_1_68_0.html PR: 229569 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D16165
13 lines
322 B
Makefile
13 lines
322 B
Makefile
|
|
PORTVERSION= 1.68.0
|
|
PORTVERSUFFIX= ${PORTVERSION:C/\.[0-9]+$//}
|
|
DISTNAME= boost_${PORTVERSION:S/./_/g}
|
|
|
|
CATEGORIES= devel
|
|
MAINTAINER= office@FreeBSD.org
|
|
|
|
CONFLICTS+= boost-python-1* boost-1*
|
|
MASTER_SITES= https://dl.bintray.com/boostorg/release/${PORTVERSION}/source/ \
|
|
SF/boost/boost/${PORTVERSION}
|
|
|
|
USES+= tar:bzip2
|