# $Id: Portfile 102924 2013-02-11 01:37:05Z jeremyhu@macports.org $

PortSystem 1.0
PortGroup               conflicts_build 1.0

name			libidn
version			1.26
categories		mail
license			{LGPL-2.1+ GPL-3+}
description		international domain name library
long_description	Libidn is an implementation of the Stringprep, \
			Punycode and IDNA specifications defined by the IETF \
			Internationalized Domain Names (IDN) working group, \
			used for internationalized domain names. The library \
			contains a generic Stringprep implementation that does \
			Unicode 3.2 NFKC normalization, mapping and \
			prohibitation of characters, and bidirectional \
			character handling. Profiles for iSCSI, Kerberos 5, \
			Nameprep, SASL and XMPP are included. Punycode and \
			ASCII Compatible Encoding (ACE) via IDNA are supported.
homepage		http://www.gnu.org/software/libidn/
platforms		darwin
maintainers		foellinger.de:olaf openmaintainer
master_sites	gnu

checksums           rmd160  a047e5ae640498df810dd32675758d582672ee87 \
                    sha256  0a2f4c71c80f8f389a99d5a26539a9be4a4ac42cd7f375aa41046660f63cc53c

depends_lib		port:libiconv port:gettext

# nawk: syntax error at source line 1 source file
conflicts_build         nawk

configure.args  --disable-csharp

use_parallel_build	yes

test.run        yes

livecheck.type	regex
livecheck.url	http://ftp.gnu.org/pub/gnu/$name/
livecheck.regex	$name-(\\d+(?:\\.\\d+)*)
