Ticket #47535: Portfile

File Portfile, 1019 bytes (added by xeron (Ivan Larionov), 8 years ago)
Line 
1# $Id$
2
3PortSystem          1.0
4PortGroup           python 1.0
5PortGroup           github 1.0
6
7github.setup        nvbn thefuck 3.2
8
9python.versions     27
10
11categories-append   sysutils
12maintainers         gmail.com:xeron.oskom openmaintainer
13license             MIT
14platforms           darwin
15description         Magnificent app which corrects your previous console command
16long_description    ${description}
17
18homepage            https://github.com/nvbn/thefuck
19
20checksums           md5     d464b3fb48f60839f506effca71a9745 \
21                    rmd160  3243b31810a3167674eca427990ec91ad80f4f37 \
22                    sha256  a8e4c8edc2456348770a2e5bec078c21f523dcdb5584c1360856d23c14d8a243
23
24depends_build       port:py${python.version}-setuptools
25depends_lib-append  port:py${python.version}-psutil \
26                    port:py${python.version}-colorama \
27                    port:py${python.version}-six \
28                    port:py${python.version}-decorator \
29                    port:py${python.version}-pathlib