# $Id: Portfile 54248 2009-07-23 20:58:41Z ryandesign@macports.org $ PortSystem 1.0 PortGroup perl5 1.0 perl5.setup Net-LibIDN 0.10 maintainers oaf.dk:mni description Perl bindings for GNU Libidn long_description Net::LibIDN is bindings for GNU Libidn, which is an \ implementation of the Stringprep, Punycode and IDNA \ specifications defined by the IETF Internationalized \ Domain Names (IDN) working group. checksums md5 9e7f0545f4c70cb9a03f58841c82c508 platforms darwin depends_lib-append port:libidn patchfiles-append patch-Makefile.PL.diff post-patch { reinplace s|@CC@|${configure.cc}|g ${worksrcpath}/Makefile.PL } configure.env C_INCLUDE_PATH="${prefix}/include" \ LIBRARY_PATH="${prefix}/lib"