openbsd-ports/devel/p5-Term-ReadKey/Makefile
wilfried d2108d881e Update to p5-Term-ReadKey-2.19
Added check for definedness of $_[0] in comparisons in ReadKey,
ReadLine after reports of warnings.
2002-05-14 08:41:55 +00:00

24 lines
526 B
Makefile

# $OpenBSD: Makefile,v 1.8 2002/05/14 08:41:55 wilfried Exp $
COMMENT= 'change terminal modes, and perform non-blocking reads'
V= 2.19
DISTNAME= TermReadKey-${V}
PKGNAME= p5-Term-ReadKey-${V}
CATEGORIES= devel perl5
NEED_VERSION= 1.528
MAINTAINER= Peter Stromberg <wilfried@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Term/}
CONFIGURE_STYLE= perl
REGRESS_IS_INTERACTIVE= Yes
.include <bsd.port.mk>