Ticket #16829: Portfile

File Portfile, 959 bytes (added by arthur@…, 16 years ago)

Virtualenvwrapper 1.3.2

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.3.2
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 4cd9155031b96d51954ddff82d82665b \
19                    sha1 d6eef2de4280a34cfef2e89f27bb9ea5300049a1 \
20                    rmd160 3e39e68cc26d89163512ed9e2426a66373294326
21
22depends_lib-append  port:py25-setuptools\
23                    port:py25-virtualenv