[70083] trunk/dports/perl
wsiegrist at apple.com
wsiegrist at apple.com
Thu Jul 29 09:14:46 PDT 2010
Revision: 70083
http://trac.macports.org/changeset/70083
Author: wsiegrist at apple.com
Date: 2010-07-29 09:14:46 -0700 (Thu, 29 Jul 2010)
Log Message:
-----------
New port: p5-inline-python
Added Paths:
-----------
trunk/dports/perl/p5-inline-python/
trunk/dports/perl/p5-inline-python/Portfile
Added: trunk/dports/perl/p5-inline-python/Portfile
===================================================================
--- trunk/dports/perl/p5-inline-python/Portfile (rev 0)
+++ trunk/dports/perl/p5-inline-python/Portfile 2010-07-29 16:14:46 UTC (rev 70083)
@@ -0,0 +1,34 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup perl5 1.0
+perl5.setup Inline-Python 0.36
+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.
+
+platforms darwin
+
+checksums md5 86b3460f8fb8974169646e9a16d0097d \
+ sha1 b919aadd04f2035b95de40dbcc6b527ba329254c \
+ rmd160 30314138b991e7b1e772eecffe64811efea2925e
+
+depends_lib-append port:p5-inline
+
+if {[info exists supported_archs]} {
+ supported_archs noarch
+} else {
+ universal_variant no
+}
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100729/a55176ae/attachment.html>
More information about the macports-changes
mailing list