# -*- 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         Net-APNS-Persistent 0.02 ../by-authors/id/A/AU/AUFFLICK
platforms           {darwin any}
supported_archs     noarch
maintainers         nomaintainer
license             {Artistic-1 GPL}
description         Send Apple APNS notifications over a persistent connection.

long_description    Class to create a persistent connection to Apple's \
    APNS servers.

checksums           rmd160  0468bcf46c73739766332767ffc93a939c4cf2a2 \
                    sha256  7984e4eaaa1edcddaa868762efeb36406f5ff5b9f0d2455f8c0b217e5429f397 \
                    size    9755

if {${perl5.major} != ""} {
    depends_run-append  \
                    port:p${perl5.major}-class-accessor \
                    port:p${perl5.major}-common-sense \
                    port:p${perl5.major}-json-xs \
                    port:p${perl5.major}-types-serialiser
}
