openbsd-ports/devel/p5-IO-Tty/Makefile
naddy 7c73bd0c0e Import IO-Tty 1.02.
Perl5 module that allows the creation and manipulation of pseudo-TTYs.

Submitted by Michael Lestinsky <michael@lestinsky.de>.
2002-08-04 20:27:27 +00:00

21 lines
446 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2002/08/04 20:27:27 naddy Exp $
COMMENT= "provide an interface to create pseudo ttys"
DISTNAME= IO-Tty-1.02
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MAINTAINER= Michael Lestinsky <michael@lestinsky.de>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/}
CONFIGURE_STYLE= perl
.include <bsd.port.mk>