---
name: boost-python-libs
version: 1.52.0
origin: devel/boost-python-libs
comment: Framework for interfacing Python and C++
arch: freebsd:9:x86:64
www: http://www.boost.org/
maintainer: office@FreeBSD.org
prefix: /usr/local
licenselogic: single
flatsize: 1289922
desc: "The Boost Python Library is a framework for interfacing Python and\nC++. It
  allows you to quickly and seamlessly expose C++ classes\nfunctions and objects to
  Python, and vice-versa, using no special\ntools -- just your C++ compiler.\n\nThe
  Boost.Pyste code generator resides in a separate port: devel/boost-pyste \n\nWWW:
  \ http://www.boost.org/\n"
deps:
  python27: {origin: lang/python27, version: 2.7.5_2}
  python2: {origin: lang/python2, version: 2}
  python: {origin: lang/python, version: '2.7,2'}
  icu: {origin: devel/icu, version: 50.1.2}
  gettext: {origin: devel/gettext, version: 0.18.3}
  boost-libs: {origin: devel/boost-libs, version: 1.52.0_2}
  libiconv: {origin: converters/libiconv, version: 1.14_1}
categories:
- devel
shlibs_provided:
- libboost_python.so.5
options: {VERBOSE_BUILD: off, OPTIMIZED_CFLAGS: off, DEBUG: off}
message: |+
  You have built the Boost library with thread support.

  Don't forget to add -pthread to your linker options when
  linking your code.

  You have built the Boost.Python library. You have to add the following
  options when building your own code:

  Compiler options:
     -I/usr/local/include/python2.7 -I/usr/local/include

  Linker options:
     -L/usr/local/lib/python2.7 -L/usr/local/lib -lboost_python -lpython2.7

