# -*- 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-SNPP 1.17
revision            4

license             {Artistic-1 GPL}
maintainers         nomaintainer

description         Simple Network Paging Protocol (SNPP) module
long_description    The Perl SNPP module provides SNPP services for Perl applications

platforms           {darwin any}

checksums           md5 18f61a774906cd27ca14dcbf311e6bf0

if {${perl5.major} != ""} {
    patchfiles      patch-lib-Net-SNPP-Server.pm.diff

    supported_archs noarch
}
