# -*- 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.26 5.28 5.30
perl5.setup         News-NNTPClient 0.37
revision            3
platforms           darwin
maintainers         nomaintainer
categories-append   news
license             {Artistic-1 GPL}
description         Perl module to talk to NNTP servers
long_description    This module implements a client interface to NNTP, \
                    enabling a Perl 5 application to talk to NNTP servers.

checksums           md5     1b0257d13f38d2b71bb85d5ac76f5fd1 \
                    sha1    0340afb1dd6eba853a3f6b537e5c92ee2d9376c0 \
                    rmd160  c268301d67732b52f349bab82d81d2c3303b0ba4

distname            NNTPClient-${perl5.moduleversion}

supported_archs     noarch

livecheck.type      regex
livecheck.url       ${homepage}
livecheck.regex     NNTPClient-(\[0-9.\]+)<
