Ticket #16829: Portfile.3

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

Version 1.5

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.5
9categories          python
10platforms           darwin
11maintainers         arthurkoziel.com:arthur
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 ee01589b31e02e24ec9ceff6cea60af4 \
19                    sha1 fa00e4d96fca6a5e4648b356b8cb0497833fc8a6 \
20                    rmd160 404ddce5163cf9a74094df74b572307c762c5b2b
21
22depends_lib-append  port:py25-setuptools\
23                    port:py25-virtualenv