7eeb51b534
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
21 lines
590 B
Makefile
21 lines
590 B
Makefile
# $NetBSD: Makefile,v 1.11 2014/05/29 23:36:19 wiz Exp $
|
|
|
|
DISTNAME= Term-Screen-1.03
|
|
PKGNAME= p5-Term-Screen-1.03
|
|
PKGREVISION= 6
|
|
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"
|