# $Id: Portfile 130613 2015-01-02 01:32:04Z larryv@macports.org $

PortSystem			1.0
PortGroup			python 1.0

name				py-myghty
version				1.2
categories-append		www
license				MIT
maintainers			nomaintainer
supported_archs			noarch

description			Myghty is a Python based templating framework \
				originally based on HTML::Mason.
long_description		Myghty fully implements Mason's templating \
				language, component-based architecture, and \
				caching system, and goes beyond, adding new \
				paradigms such the Module Components \
				controller paradigm, full Python whitespace \
				syntax, threading support, WSGI support, \
				session support, and much more.

platforms			darwin

homepage			http://www.myghty.org
master_sites			http://cheeseshop.python.org/packages/source/M/Myghty/
distname			Myghty-${version}

checksums			sha1    d0fea3736f24cfa568560382598dac91bbbe5c61 \
				rmd160  03d981761e61d38df72f27d71aa9b1e3220cb233

python.versions	27

if {${name} ne ${subport}} {
    depends_build   port:py${python.version}-setuptools
}
