Ticket #35262: Portfile

File Portfile, 1.1 KB (added by lbschenkel (Leonardo Brondani Schenkel), 12 years ago)
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: Portfile 89312 2012-01-24 17:53:08Z ryandesign@macports.org $
3
4PortSystem          1.0
5PortGroup           python27 1.0
6
7name                py27-dulwich
8version             0.8.5
9categories          python devel
10maintainers         nomaintainer
11description         Pure-Python Git Library
12long_description    Simple Pure-Python implementation of the Git file \
13                    formats and protocols. Dulwich is the place where \
14                    Mr. and Mrs. Git live in one of the Monty Python sketches.
15homepage            http://samba.org/~jelmer/dulwich/
16platforms           darwin
17master_sites        ${homepage}
18license             GPL-2+
19distname            dulwich-${version}
20
21checksums           rmd160  37381881d08bae0c6ed353d5c6edbb179828641c \
22                    sha256  546d2840199500dc270da5bda456df68de4d1733f8b184bf425c5e560f988b6a
23
24patchfiles          patch-strnlen-lion.diff
25
26build.target-append build_ext
27build.args          --inplace