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

perl5.branches      5.28 5.30 5.32 5.34
perl5.setup         X11-Protocol 0.56
revision            3
license             {Artistic-1 GPL} X11
maintainers         nomaintainer
description         Perl module for the X Window System Protocol, version 11
long_description    X11::Protocol is a client-side interface to the X11 \
                    Protocol (see X(1) for information about X11), allowing \
                    perl programs to display windows and graphics on X11 \
                    servers.
platforms           {darwin any}

checksums           rmd160  5868e0ee048a32cfbe4759fac09d4aef64d81582 \
                    sha256  de96dd6c7c1f25f3287aa7af64902bf84acaaa8e0c3bb76aa1676367e04a08b7

if {$subport ne $name} {
                        # https://rt.cpan.org/Public/Bug/Display.html?id=78664
    patchfiles          patch-UNIXSocket.pm.diff \
                        patch-Protocol.pm.diff
}

supported_archs     noarch

# Doesn't work from 'port test' - use terminal
#test.run            yes
#test.cmd            make test
