Ticket #16829: Portfile.2

File Portfile.2, 957 bytes (added by arthur@…, 15 years ago)

Vesion 1.4

Line 
1# -*- 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
2# $Id$
3
4PortSystem          1.0
5PortGroup           python25 1.0
6                 
7name                py25-virtualenvwrapper
8version             1.4
9categories          python
10platforms           darwin
11maintainers         arthur@arthurkoziel.com
12homepage            http://www.doughellmann.com/projects/virtualenvwrapper/
13description         Enhancements to virtualenv.
14long_description    Extensions to Ian Bicking's virtualenv tool.
15
16master_sites        http://www.doughellmann.com/downloads/
17distname            virtualenvwrapper-${version}
18checksums           md5 42919082f33897c0c15d47e83e04a05a \
19                    sha1 bb961f95ce3bee9eb7a3b1cb29a136e498211b1b \
20                    rmd160 b3b652a9438f1ef4f1ad6fbf9083c468f0082c87
21
22depends_lib-append  port:py25-setuptools\
23                    port:py25-virtualenv