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