# -*- 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$ PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.16 5.18 5.20 5.22 perl5.setup Net-IDN-Encode 2.202 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 9cc49f5f7d327805979bce8adc1c8765492d6b3f \ sha256 362bd0fa735ae74a76b7680fd78b2286641aac68ecc5a7068725299b04d0cce2 platforms darwin if {${perl5.major} != ""} { depends_build-append \ port:p${perl5.major}-test-nowarnings perl5.use_module_build }