Ticket #20384: Portfile

File Portfile, 1.1 KB (added by easye, 15 years ago)

py25-hgsvn Portfile with hgsvn 0.1.7

Line 
1# $Id: Portfile 50980 2009-05-14 19:41:55Z and.damore@macports.org $
2
3PortSystem        1.0
4PortGroup         python25 1.0
5
6name                    py25-hgsvn
7version                 0.1.7
8categories              python devel
9platforms               darwin
10maintainers             saispo
11homepage                http://pypi.python.org/pypi/hgsvn
12description             hgsvn is a set of scripts for Subversion and Mercurial
13long_description                This set of scripts allows to work locally on \
14                                                Subversion-managed projects using the Mercurial \
15                                                distributed version control system.
16
17master_sites            http://pypi.python.org/packages/source/h/hgsvn
18distname                hgsvn-${version}
19
20depends_lib-append      port:py25-setuptools
21
22checksums               md5     aaa4ef4124ac388832cddc85c1866236 \
23                        sha1    e53a631786a011569d7cfd6677d0bb7f681a9b15 \
24                        rmd160  840f3c14461dbddf4ecbe4ac27053c18e2a56579
25
26post-destroot   {
27        xinstall -m 644 -W ${worksrcpath} AUTHORS.txt COPYING.txt README.txt TODO.txt  \
28                ${destroot}${prefix}/share/doc/${name}
29}
30