=== modified file 'devel/bazaar-ng/Portfile'
|
|
|
|
| 1 | 1 | # $Id: Portfile 30192 2007-10-22 20:37:59Z jmpp@macports.org $ |
| 2 | 2 | |
| 3 | 3 | PortSystem 1.0 |
| 4 | | PortGroup python24 1.0 |
| | 4 | PortGroup python25 1.0 |
| 5 | 5 | |
| 6 | 6 | name bazaar-ng |
| 7 | 7 | version 0.91 |
| | 8 | revision 1 |
| 8 | 9 | categories devel python |
| 9 | 10 | platforms darwin |
| 10 | | maintainers ramercer@gmail.com openmaintainer |
| | 11 | maintainers gmail.com:ramercer openmaintainer |
| 11 | 12 | |
| 12 | 13 | description The next-generation distributed version control system |
| 13 | 14 | long_description Bazaar is an open source distributed version control \ |
| … |
… |
|
| 28 | 29 | |
| 29 | 30 | patchfiles patch-setup.py |
| 30 | 31 | |
| 31 | | depends_lib port:py-celementtree \ |
| 32 | | port:py-paramiko \ |
| 33 | | port:py-crypto |
| | 32 | depends_lib-append port:py25-paramiko \ |
| | 33 | port:py25-crypto \ |
| | 34 | port:py25-hashlib |
| 34 | 35 | |
| 35 | 36 | test.run yes |
| 36 | 37 | test.cmd make |