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 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup python 1.0 |
---|
6 | |
---|
7 | name binplist |
---|
8 | version 0.1.4 |
---|
9 | categories sysutils |
---|
10 | platforms darwin |
---|
11 | maintainers nomaintainer |
---|
12 | license Apache-2 |
---|
13 | |
---|
14 | python.versions 24 25 26 27 |
---|
15 | python.default_version 27 |
---|
16 | |
---|
17 | description A binary plist parser |
---|
18 | long_description ${description} |
---|
19 | |
---|
20 | homepage https://code.google.com/p/binplist/ |
---|
21 | master_sites googlecode |
---|
22 | checksums rmd160 19734c7ba381e08de66051768621b408b143c0cd \ |
---|
23 | sha256 e436d61582789ac6b5e81233e32bafb5d9086ee3b8fcd825efc99be8048b62a1 |
---|
24 | |
---|
25 | |
---|