Added: trunk/dports/python/ninja-ide/Portfile (0 => 100227)
--- trunk/dports/python/ninja-ide/Portfile (rev 0)
+++ trunk/dports/python/ninja-ide/Portfile 2012-12-04 12:45:57 UTC (rev 100227)
@@ -0,0 +1,27 @@
+# -*- 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 ninja-ide ninja-ide 2.1.1 v
+python.default_version 27
+maintainers g5pw openmaintainer
+
+categories python devel
+description Ninja-IDE Is Not Just Another IDE.
+long_description Ninja-IDE is a cross-platform integrated development \
+ environment (IDE) that runs on Linux/X11, Mac OS X and \
+ Windows desktop operating systems.
+license GPL-3
+
+platforms darwin
+
+depends_lib port:py${python.version}-pyqt4 \
+ port:py${python.version}-macfsevents
+
+checksums rmd160 488787cb3e0900dacee7ac09afa92148594ce71a \
+ sha256 534a891dfdaa262fd6465d2d72672eb29e494401968ba31c483f9eab31f3d5a8
+
+python.link_binaries_suffix
Property changes on: trunk/dports/python/ninja-ide/Portfile
___________________________________________________________________