# $Id: Portfile 76604 2011-03-02 01:49:46Z dports@macports.org $

PortSystem          1.0
PortGroup           perl5 1.0

perl5.setup         Inline-Python 0.36
revision        1
platforms           darwin
maintainers         nomaintainer
supported_archs     noarch

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

depends_lib-append  port:p5-inline
