# -*- 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         SNMP_Session 1.13
revision            4
platforms           {darwin any}
maintainers         nomaintainer
license             Artistic-2

description         A perl5 module providing rudimentary access to SNMPv1 \
                    and v2 agents.

long_description    ${description}

# source hosting moved from googlecode to github
# no tags/releases available so fetch by commit
# checksums change due to distfile name change

set gh_user         sleinen
set gh_project      snmp-session
set gh_commit       ea593f0

homepage            https://github.com/${gh_user}/${gh_project}
master_sites        ${homepage}/tarball/${gh_commit}
distname            ${gh_project}-${gh_commit}
worksrcdir          ${gh_user}-${distname}

checksums           rmd160  6a729f6a659123f4366ffec240fc2e9b9b43d55c \
                    sha256  1fe7053182a27e34c706fc2b5d1f85f5f6f0c3a7427c94e15870dc602e44941f

supported_archs     noarch

livecheck.type      none
