Ticket #16829: Portfile.5

File Portfile.5, 1.2 KB (added by arthur@…, 15 years ago)

py-virtualenvwrapper

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           python24 1.0
6
7name                py-virtualenvwrapper
8version             1.12
9categories          python
10platforms           darwin
11maintainers         arthurkoziel.com:arthur openmaintainer
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 b2225c8e8dad3113cbe1eb9ece34fee8 \
19                    sha1 803f7e46c54381e05780fe7592a2e03b04fdda5e \
20                    rmd160 01811d6692a707de08bf1d5bdc32b65f77e6e674
21
22depends_lib-append  port:py-setuptools\
23                    port:py-virtualenv
24
25post-patch {
26    reinplace       s|docs|${prefix}/share/doc/${name}|g ${worksrcpath}/pavement.py
27}
28
29post-destroot   {
30        move ${destroot}${prefix}/bin/virtualenvwrapper_bashrc ${destroot}${prefix}/bin/virtualenvwrapper_bashrc-2.4
31}