Modified: trunk/dports/python/py-tahchee/Portfile (90312 => 90313)
--- trunk/dports/python/py-tahchee/Portfile 2012-03-01 19:02:55 UTC (rev 90312)
+++ trunk/dports/python/py-tahchee/Portfile 2012-03-01 19:09:09 UTC (rev 90313)
@@ -1,13 +1,15 @@
# $Id$
PortSystem 1.0
-PortGroup python24 1.0
+PortGroup python 1.0
name py-tahchee
version 0.9.8
+python.versions 25 26 27
+python.default_version 27
categories python www
platforms darwin
-maintainers nomaintainer
+maintainers gmx.net:alex_a_bordeaux
description build static web sites with the Cheetah template system
long_description Tahchee is a tool for developers and Web designers that \
makes it possible to easily build a static Web site using the \
@@ -17,7 +19,9 @@
distname tahchee-${version}
checksums sha1 5657fd9b8ae6c2f825f75f06aceace7fa7695d82
-depends_lib-append port:py-cheetah
+if {$subport != $name} {
+ depends_lib port:py${python.version}-cheetah
+}
extract.post_args "| tar -xf - --exclude '.MANUAL.txt.swp'"