1 | # $Id: $ |
---|
2 | PortSystem 1.0 |
---|
3 | PortGroup perl5 1.0 |
---|
4 | |
---|
5 | perl5.setup Net-LibIDN 0.09 |
---|
6 | maintainers mni@oaf.dk |
---|
7 | description Perl bindings for GNU Libidn |
---|
8 | long_description Net::LibIDN is bindings for GNU Libidn, which is an \ |
---|
9 | implementation of the Stringprep, Punycode and IDNA \ |
---|
10 | specifications defined by the IETF Internationalized \ |
---|
11 | Domain Names (IDN) working group. |
---|
12 | checksums md5 b42c5e7d8453ad744df705865cbe5886 |
---|
13 | platforms darwin |
---|
14 | |
---|
15 | depends_lib-append port:libidn |
---|
16 | configure.env C_INCLUDE_PATH="${prefix}/include" \ |
---|
17 | LIBRARY_PATH="${prefix}/lib" |
---|