Added: trunk/dports/sysutils/binplist/Portfile (0 => 129007)
--- trunk/dports/sysutils/binplist/Portfile (rev 0)
+++ trunk/dports/sysutils/binplist/Portfile 2014-12-03 04:08:01 UTC (rev 129007)
@@ -0,0 +1,34 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem 1.0
+PortGroup python 1.0
+
+name binplist
+version 0.1.4
+categories sysutils
+platforms darwin
+maintainers khindenburg openmaintainer
+license Apache-2
+
+python.default_version 27
+
+description A binary plist parser
+long_description ${description}
+
+homepage https://code.google.com/p/binplist/
+master_sites googlecode
+checksums rmd160 19734c7ba381e08de66051768621b408b143c0cd \
+ sha256 e436d61582789ac6b5e81233e32bafb5d9086ee3b8fcd825efc99be8048b62a1
+
+depends_build-append port:py${python.version}-setuptools
+depends_lib-append port:py${python.version}-tz
+
+test.run yes
+test.cmd ${python.bin} tests/binplist_test.py
+test.env PYTHONPATH=${worksrcpath}/build/lib
+test.target
+
+#../../python/py-dispatcher/Portfile: test.run yes
+#../../python/py-dispatcher/Portfile: test.cmd ${python.bin} tests/test.py
+#../../python/py-dispatcher/Portfile: test.target
Property changes on: trunk/dports/sysutils/binplist/Portfile
___________________________________________________________________