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 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup perl5 1.0 |
---|
6 | |
---|
7 | perl5.setup App-gh 0.57 ../by-authors/id/C/CO/CORNELIUS |
---|
8 | platforms darwin |
---|
9 | maintainers nomaintainer |
---|
10 | supported_archs noarch |
---|
11 | |
---|
12 | description An apt-like Github utility |
---|
13 | |
---|
14 | long_description ${description} |
---|
15 | |
---|
16 | checksums sha256 2d329deb03f70508af6a22216912b91c9292ece4e0eec653495d3a0a8a83ca52 \ |
---|
17 | rmd160 4c7df2d0f13e9f07b3db25e46150fd0f075b442f |
---|
18 | |
---|
19 | depends_lib-append port:p5-try-tiny \ |
---|
20 | port:p5-uri \ |
---|
21 | port:p5-scope-guard \ |
---|
22 | port:p5-file-homedir \ |
---|
23 | port:p5-app-cli \ |
---|
24 | port:p5-io-pager \ |
---|
25 | port:p5-json-xs \ |
---|
26 | port:p5-error \ |
---|
27 | port:p5-html-strip \ |
---|
28 | port:p5-libwww-perl |
---|
29 | |
---|
30 | |
---|