# -*- 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 # $Id$ # This comment was inserted on 20160713 to force reindexing of # this port after the default homepage definition in the perl5 # PortGroup was changed to use metacpan.org (r150080). # Reindexing is necessary for the new definition to take effect. # This comment may be removed in subsequent updates of this port. PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.24 perl5.setup Net-IDN-Encode 2.300 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 6630bff4c3ec110a6dc60e7c8a1c23ba355d3b66 \ sha256 46b18a0a933af6709079eb5090cab2f4b382b07000672708bce0aec9135e56fc platforms darwin if {${perl5.major} != ""} { depends_build-append \ port:p${perl5.major}-test-nowarnings perl5.use_module_build }