1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/devel/p5-IO-Tty/Makefile
Erwin Lansing 57eda18a6c Use posix_openpt() instead of calling openpty() to allocate a PTY
and open the slave TTY, and calling unlockpt() afterwards.

PR:		128941
Submitted by:	ed
Reported by:	Gerhard Gonter <g.gonter@ieee.org>
2009-02-02 19:24:49 +00:00

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>