2000-02-19 14:32:22 +01:00
|
|
|
# New ports collection makefile for: p5-IO-Tty
|
|
|
|
# Date created: 14 Jan 2000
|
|
|
|
# Whom: Will Andrews <andrews@technologist.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-11 23:30:15 +02:00
|
|
|
PORTNAME= IO-Tty
|
2006-07-18 18:31:32 +02:00
|
|
|
PORTVERSION= 1.07
|
2000-02-19 14:32:22 +01:00
|
|
|
CATEGORIES= devel perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
|
|
MASTER_SITE_SUBDIR= IO
|
2000-04-11 23:30:15 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
2000-02-19 14:32:22 +01:00
|
|
|
|
2003-07-12 12:34:04 +02:00
|
|
|
MAINTAINER= erwin@FreeBSD.org
|
2003-02-21 12:23:04 +01:00
|
|
|
COMMENT= Flexible I/O Perl5 module that allows manipulation of pseudo-TTYs
|
2000-02-19 14:32:22 +01:00
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
PERL_CONFIGURE= 5.8.0+
|
2002-06-08 21:22:10 +02:00
|
|
|
|
|
|
|
MAN3= IO::Pty.3 \
|
|
|
|
IO::Tty.3 \
|
|
|
|
IO::Tty::Constant.3
|
2000-02-19 14:32:22 +01:00
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|