# -*- 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

PortSystem          1.0
PortGroup           perl5 1.0

perl5.branches      5.28 5.30 5.32 5.34
perl5.setup         Geo-WebService-Elevation-USGS 0.202 ../../authors/id/W/WY/WYANT
revision            0
license             {Artistic-1 GPL}
maintainers         {devans @dbevans} openmaintainer
description         Geo::WebService::Elevation::USGS - Elevation queries against USGS web services.
long_description    {*}${description}

platforms           {darwin any}
supported_archs     noarch

checksums           rmd160  2bbc9640cddf34ce15f16f9919958bc09c5a1c34 \
                    sha256  a70534ad592eb653e4b33040e9c3f00496e58bb4b2bbc59b3b429e5699afdcff \
                    size    42207

if {${perl5.major} != ""} {
    depends_lib-append \
                    port:p${perl5.major}-http-message \
                    port:p${perl5.major}-json \
                    port:p${perl5.major}-libwww-perl \
                    port:p${perl5.major}-lwp-protocol-https

    perl5.use_module_build
}
