# -*- 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 65908 2010-04-02 22:28:17Z jmr@macports.org $

PortSystem          1.0
PortGroup           python26 1.0

# Paver doesn't support --no-user-cfg
build.cmd		    ${python.bin} setup.py
destroot.cmd	    ${python.bin} setup.py

name                py26-virtualenvwrapper
version             1.20
categories          python
platforms           darwin
maintainers         arthurk openmaintainer
homepage            http://www.doughellmann.com/projects/virtualenvwrapper/
description         Enhancements to virtualenv.
long_description    Extensions to Ian Bicking's virtualenv tool.

master_sites        http://www.doughellmann.com/downloads/
distname            virtualenvwrapper-${version}
checksums           md5 58a89a752e2b3b4e62b8bc3cd10836e3 \
                    sha1 096cf9eb9c8d592e27fc351cd9c24a2f6f4b68a3 \
                    rmd160 f4748de229f5ae10c14e8dc26f107122d4b3604d

depends_lib-append  port:py26-distribute\
                    port:py26-virtualenv
