mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-22 11:04:51 -04:00
22 lines
590 B
Makefile
22 lines
590 B
Makefile
# $NetBSD: Makefile,v 1.10 2013/05/31 12:40:46 wiz Exp $
|
|
|
|
DISTNAME= Term-Screen-1.03
|
|
PKGNAME= p5-Term-Screen-1.03
|
|
PKGREVISION= 5
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Term/}
|
|
|
|
MAINTAINER= pkgsrc-users@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
|
|
|
|
# Asks the user to first don't press a key and then to press a key.
|
|
INTERACTIVE_STAGE= test
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|