MAKEFILE= #
MAKE_FLAGS= #
ALL_TARGET= stage
.if exists(/usr/include/c++/v1/__undef_macros)
USES+= compiler:c++17-lang
USE_CXXSTD= gnu++17
.else
USES+= compiler:c++14-lang
USE_CXXSTD= gnu++14
.endif
PLIST_SUB+= BOOST_SHARED_LIB_VER=${PORTVERSION}
# $FreeBSD$
PORTNAME= boost-libs
PORTREVISION= 0
PORTREVISION= 1
COMMENT= Free portable C++ libraries (without Boost.Python)
COMMENT= Framework for interfacing Python and C++
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}