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.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 |
---|
8 | perl5.setup LWPx-ParanoidAgent 1.10 |
---|
9 | license {Artistic-1 GPL} |
---|
10 | maintainers nomaintainer |
---|
11 | description subclass of LWP::UserAgent that protects you from harm |
---|
12 | long_description ${description} |
---|
13 | |
---|
14 | platforms darwin |
---|
15 | |
---|
16 | checksums rmd160 0c708d534edb171bf8dc22d8e5f8c800780a42b6 \ |
---|
17 | sha256 84130aa89cba829fe6a25c9356474e3bf15eaccd6319a71d4ea0e356cf356044 |
---|
18 | |
---|
19 | if {${perl5.major} != ""} { |
---|
20 | ## normally need p5-lwp-useragent (not existing in ports), not p5-lwp-useragent-determined |
---|
21 | depends_lib port:p${perl5.major}-lwp-useragent-determined \ |
---|
22 | port:p${perl5.major}-net-dns \ |
---|
23 | port:p${perl5.major}-crypt-ssleay \ |
---|
24 | port:p${perl5.major}-lwp-useragent \ |
---|
25 | port:p${perl5.major}-net-dns \ |
---|
26 | port:p${perl5.major}-crypt-ssleay |
---|
27 | } |
---|
28 | |
---|