# -*- 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

PortSystem          1.0
PortGroup           common_lisp 1.0
PortGroup           github 1.0

github.setup        antifuchs idna 0.2.2
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
name                cl-idna
revision            0

checksums           rmd160  7018bbce3a2eed324c26538f69fa1ba5436db0a0 \
                    sha256  cb953ebe30798d2005123541a4ccf16bec025cc33863cd1d6a1751c8ec490500 \
                    size    6304

categories-append   devel
maintainers         nomaintainer
license             MIT

description         IDNA (international domain names) string encoding \
                    and decoding routines
long_description    {*}${description}

depends_lib-append  port:cl-split-sequence

# https://github.com/antifuchs/idna/issues/2
platform darwin powerpc {
    common_lisp.sbcl    no
}
