# $Id: Portfile 67323 2010-05-05 15:51:10Z vinc17@macports.org $

PortSystem          1.0
PortGroup           perl5 1.0

perl5.setup         News-NNTPClient 0.37
platforms           darwin
maintainers         vinc17 openmaintainer
categories-append   news
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

homepage            http://search.cpan.org/dist/NNTPClient-${version}/
master_sites        http://search.cpan.org/CPAN/authors/id/R/RV/RVA/
distname            NNTPClient-${version}

if {[info exists supported_archs]} {
    supported_archs noarch
} else {
    universal_variant no
}

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