# -*- 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         SVN-Notify 2.87
maintainers         nomaintainer
description         Subversion activity notification
license             {Artistic-1 GPL}

long_description    This class may be used for sending email messages for \
                    Subversion repository activity. There are a number of \
                    different modes supported, and SVN::Notify is fully \
                    subclassable to easily add new functionality. By default, \
                    a list of all the files affected by the commit will be \
                    assembled and listed in a single message. An additional option \
                    allows diffs to be calculated for the changes and either \
                    appended to the message or added as an attachment.

checksums           rmd160  e3cc14c6633144bded7c63ac9bd2c3f845991ee7 \
                    sha256  6b892d3b17010bde4565cd5d62be9ecab01b0787ca59a82297b55d8abb3feb14 \
                    size    99243

platforms           {darwin any}

if {${perl5.major} != ""} {
    depends_lib-append \
                    port:p${perl5.major}-email-address-xs \
                    port:p${perl5.major}-html-parser \
                    port:p${perl5.major}-net-smtp-tls \
                    port:p${perl5.major}-pathtools \
                    port:p${perl5.major}-text-trac \
                    port:p${perl5.major}-version

    supported_archs noarch
    perl5.use_module_build
}