1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup perl5 1.0 |
---|
5 | |
---|
6 | perl5.setup WWW-Shorten-Googl 1.02 |
---|
7 | maintainers gmail.com:cowboyneal openmaintainer |
---|
8 | description Perl interface to goo.gl |
---|
9 | long_description ${description} |
---|
10 | |
---|
11 | platforms darwin |
---|
12 | |
---|
13 | checksums sha1 bee136894044a0629cbc05ad53419658a5695a44 \ |
---|
14 | rmd160 ad3fec4481a01bbcc68941f3042678e6f0033641 |
---|
15 | |
---|
16 | if {${perl5.major} != ""} { |
---|
17 | depends_lib-append port:p${perl5.major}-libwww-perl \ |
---|
18 | port:p${perl5.major}-www-shorten \ |
---|
19 | port:p${perl5.major}-lwp-protocol-https \ |
---|
20 | port:p${perl5.major}-json-any |
---|
21 | |
---|
22 | supported_archs noarch |
---|
23 | } |
---|