Ticket #25822: Portfile

File Portfile, 961 bytes (added by pascal.bach@…, 14 years ago)
Line 
1# $Id$
2
3PortSystem    1.0
4PortGroup     python26 1.0
5
6name          bzr-git
7epoch         1
8version       0.4.3
9revision      1
10categories    devel python
11platforms     darwin
12maintainers   pbach
13
14description   Plugin that allows direct access to Git repositories
15long_description  A bzr plugin that allows most bzr commands to work \
16    directly against Git repositories, as if you were using bzr \
17    with a native bzr repository.
18
19homepage      http://bazaar-vcs.org/BzrForeignBranches/Git
20master_sites  https://launchpad.net/${name}/trunk/${version}/+download/
21
22checksums     md5     88e46da5af1df82b9155cc49e5122045 \
23              sha1    f760b9a2b1da6de7f6c111976406438afb557ea9
24
25depends_lib-append  port:bzr \
26                    port:bzr-rewrite \
27                    port:py26-dulwich
28
29universal_variant   no
30
31livecheck.type      regex
32livecheck.url       https://launchpad.net/${name}/+download
33livecheck.regex     {bzr-git-(\d+(?:\.\d+)*).tar.gz}