mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
57eda18a6c
and open the slave TTY, and calling unlockpt() afterwards. PR: 128941 Submitted by: ed Reported by: Gerhard Gonter <g.gonter@ieee.org>
25 lines
465 B
Makefile
25 lines
465 B
Makefile
# New ports collection makefile for: p5-IO-Tty
|
|
# Date created: 14 Jan 2000
|
|
# Whom: Will Andrews <andrews@technologist.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= IO-Tty
|
|
PORTVERSION= 1.07
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Flexible I/O Perl5 module that allows manipulation of pseudo-TTYs
|
|
|
|
PERL_CONFIGURE= 5.8.0+
|
|
|
|
MAN3= IO::Pty.3 \
|
|
IO::Tty.3 \
|
|
IO::Tty::Constant.3
|
|
|
|
.include <bsd.port.mk>
|