55f7114638
improved by Hiramatsu Yoshifumi. This module provides a simple interface to the terminal control features for character mode terminals.
17 lines
485 B
Makefile
17 lines
485 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2005/10/16 04:46:27 minskim Exp $
|
|
|
|
DISTNAME= Term-Screen-1.03
|
|
PKGNAME= p5-Term-Screen-1.03
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Term/}
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Term-Screen/
|
|
COMMENT= Term::Cap based screen positioning module
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
PERL5_PACKLIST= auto/Term/Screen/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|