Added: trunk/dports/python/dreampie/Portfile (0 => 99225)
--- trunk/dports/python/dreampie/Portfile (rev 0)
+++ trunk/dports/python/dreampie/Portfile 2012-10-29 22:27:28 UTC (rev 99225)
@@ -0,0 +1,26 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=portfile:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem 1.0
+PortGroup github 1.0
+PortGroup python 1.0
+
+github.setup noamraph dreampie 1.2.1
+maintainers g5pw openmaintainer
+
+categories python shell
+description ${name} is a Python shell which is designed to be reliable and fun.
+long_description ${description}
+
+platforms darwin
+
+homepage http://www.dreampie.org
+
+depends_lib port:py${python.version}-pygtksourceview \
+ port:py${python.version}-gtk
+
+checksums rmd160 8f06039ee248c475ffa0586a794d10f1d62c15f7 \
+ sha256 23de11004b33690cf4a1ee357c5535c7dfb872ee5f900a3c4c3e32b778caa3b8
+
+python.default_version 27
+python.link_binaries_suffix
Property changes on: trunk/dports/python/dreampie/Portfile
___________________________________________________________________