# -*- 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-IDN-Encode 2.500
license             {Artistic-1 GPL}
maintainers         nomaintainer

description         The Net::IDN::Encode perl module is used for internationalizing domain names in applications
long_description    The Net::IDN::Encode package provides an easy-to-use interface for encoding \
                    and decoding Internationalized Domain Names (IDNs). IDNs use characters drawn \
                    from a large repertoire (Unicode), but IDNA allows the non-ASCII characters to \
                    be represented using only the ASCII characters already allowed in so-called \
                    host names today (letter-digit-hypen, /\[A-Z0-9-]/i). Use this module if you \
                    just want to convert domain names (or email addresses), using whatever IDNA \
                    standard is the best choice at the moment.

checksums           rmd160  b91bafe58a908867d689389ef9e281e22d38e9ba \
                    sha256  55453633e3ff24ce325b34bc2c8157b9859962a31ab5cf28bf7ccc1c9b3a3eaa \
                    size    648108

platforms           darwin

if {${perl5.major} != ""} {
    depends_build-append \
                    port:p${perl5.major}-test-nowarnings

    perl5.use_module_build
}