# $Id$ PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.8 5.10 5.12 5.14 5.16 perl5.setup Inline-Python 0.36 revision 3 platforms darwin license {Artistic-1 GPL} maintainers nomaintainer description Write inline python in perl scripts long_description The Inline::Python module allows you \ to put Python source code directly \ "inline" in a Perl script or module. \ It sets up an in-process Python interpreter, \ runs your code, and then examines Python's \ symbol table for things to bind to Perl. The \ process of interrogating the Python \ interpreter for globals only occurs the first \ time you run your Python code. The namespace \ is cached, and subsequent calls use the cached \ version. checksums md5 86b3460f8fb8974169646e9a16d0097d \ sha1 b919aadd04f2035b95de40dbcc6b527ba329254c \ rmd160 30314138b991e7b1e772eecffe64811efea2925e if {${perl5.major} != ""} { depends_lib-append port:p${perl5.major}-inline }