# -*- 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 # $Id$ PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.16 5.18 5.20 5.22 perl5.setup IO-Pty-Easy 0.09 license {Artistic-1 GPL} maintainers nomaintainer description Easy interface to IO::Pty long_description IO::Pty::Easy provides an interface to IO::Pty which \ hides most of the ugly details of handling ptys, wrapping \ them instead in simple spawn/read/write commands. checksums rmd160 8dd321bed1dc87e8bb3ae110ef5372879464ed4f \ sha256 37dbdb49186d691481b0b10c7d82280bbe4728076251bdfbfad03b3b04e8eaeb platforms darwin supported_archs noarch if {${perl5.major} != ""} { depends_lib-append \ port:p${perl5.major}-io-tty }