Modified: trunk/dports/perl/p5-inline-python/Portfile (71009 => 71010)
--- trunk/dports/perl/p5-inline-python/Portfile 2010-08-29 22:03:08 UTC (rev 71009)
+++ trunk/dports/perl/p5-inline-python/Portfile 2010-08-29 22:07:23 UTC (rev 71010)
@@ -1,30 +1,29 @@
-# $Id$
+# $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.
+PortSystem 1.0
+PortGroup perl5 1.0
-platforms darwin
+perl5.setup Inline-Python 0.36
+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
-
-supported_archs noarch
-
+depends_lib-append port:p5-inline