Ticket #42532: Portfile

File Portfile, 827 bytes (added by jul_bsd@…, 10 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 111353 2013-09-19 07:21:56Z ryandesign@macports.org $
3
4PortSystem          1.0
5PortGroup           python 1.0
6
7name                binplist
8version             0.1.4
9categories          sysutils
10platforms           darwin
11maintainers         nomaintainer
12license             Apache-2
13
14python.versions     24 25 26 27
15python.default_version     27
16
17description         A binary plist parser
18long_description    ${description}
19
20homepage            https://code.google.com/p/binplist/
21master_sites        googlecode
22checksums           rmd160  19734c7ba381e08de66051768621b408b143c0cd \
23                    sha256  e436d61582789ac6b5e81233e32bafb5d9086ee3b8fcd825efc99be8048b62a1
24
25