Ticket #23635: Portfile

File Portfile, 1.1 KB (added by mail_ben_schmidt@…, 14 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$
3
4PortSystem          1.0
5PortGroup           python26 1.0
6name                py26-dulwich
7version             0.4.1
8revision            1
9categories          python devel
10maintainers         mail_ben_schmidt@yahoo.com.au
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.
15license             GPLv2
16homepage            http://samba.org/~jelmer/dulwich/
17platforms           darwin
18master_sites        http://samba.org/~jelmer/dulwich/
19distname            dulwich-${version}
20checksums           md5 ffa4b48682f43f47dcf70968cfc45133 \
21                    sha1 2c19314ff010579102d55d82326aa4e399ac6dfa \
22                    rmd160 f6a62acd0f7e91fbb03a115443975e3095f3854e
23build.target-append build_ext
24build.args          --inplace