# -*- 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: Portfile 92432 2012-04-28 15:29:29Z singingwolfboy@macports.org $

PortSystem          1.0
PortGroup           python 1.0

name                py-virtualenvwrapper
set real_name       virtualenvwrapper
version             3.2
python.versions     24 25 26 27
categories          python
platforms           darwin
maintainers         singingwolfboy openmaintainer
homepage            http://www.doughellmann.com/projects/${real_name}/
description         Enhancements to virtualenv.
long_description    Extensions to Ian Bicking's virtualenv tool.

master_sites        http://pypi.python.org/packages/source/v/${real_name}/
distname            ${real_name}-${version}
checksums           rmd160  cba2c985ea94d08c1e5487a3cfd18a5594b2ef90 \
                    sha256  754df0904baaa167312a7001be922f8cf400ef33226a1f3ce51a0a2664e25616

if {$name != $subport} {
    depends_lib-append  port:py${python.version}-distribute \
                        port:py${python.version}-virtualenv
}
