24 lines
534 B
Makefile
24 lines
534 B
Makefile
# $OpenBSD: Makefile,v 1.4 2002/01/04 22:31:55 wilfried Exp $
|
|
|
|
COMMENT= 'change terminal modes, and perform non-blocking reads'
|
|
|
|
DISTNAME= TermReadKey-2.16
|
|
PKGNAME= p5-Term-ReadKey-2.16
|
|
CATEGORIES= devel perl5
|
|
NEED_VERSION= 1.482
|
|
|
|
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}
|
|
MASTER_SITE_SUBDIR= Term
|
|
|
|
CONFIGURE_STYLE= perl
|
|
REGRESS_IS_INTERACTIVE= Yes
|
|
|
|
.include <bsd.port.mk>
|