Ticket #10783: Portfile

File Portfile, 667 bytes (added by mni@…, 18 years ago)

Portfile

Line 
1# $Id: $
2PortSystem        1.0
3PortGroup         perl5 1.0
4
5perl5.setup       Net-LibIDN 0.09
6maintainers       mni@oaf.dk
7description       Perl bindings for GNU Libidn
8long_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.
12checksums         md5 b42c5e7d8453ad744df705865cbe5886
13platforms         darwin
14
15depends_lib-append      port:libidn
16configure.env           C_INCLUDE_PATH="${prefix}/include" \
17                        LIBRARY_PATH="${prefix}/lib"