| 34 | variant python33 description {Build with support for extension modules written in Python.} { |
| 35 | compiler.blacklist *clang* |
| 36 | configure.env-append PKG_CONFIG_PATH=${frameworks_dir}/Python.framework/Versions/3.3/lib/pkgconfig |
| 37 | depends_lib-append port:python33 |
| 38 | configure.args-append --enable-python |
| 39 | } |
| 40 | |
| 41 | variant python34 description {Build with support for extension modules written in Python.} { |
| 42 | compiler.blacklist *clang* |
| 43 | configure.env-append PKG_CONFIG_PATH=${frameworks_dir}/Python.framework/Versions/3.4/lib/pkgconfig |
| 44 | depends_lib-append port:python34 |
| 45 | configure.args-append --enable-python |
| 46 | } |
| 47 | |