- Remove following line, see 6th line of 1.04 INTERACTIVE_STAGE= test (upstream) - Update 1.03 to 1.05 ------------------- 1.05 2015-06-06 JSTOWE - Use sysread instead of getc() from ruittenb@cpan.org - Set cursor visibility as per patch javibarroso@gmail.com - Set isig/-isig to stty to allow signals as per javibarroso@gmail.com - Simplify Makefile.PL slightly as metacpan appears to dislike it - Use direct object notation for constructor in examples - Use strict and warnings in examples/test.pl 1.04 2015-06-05 JSTOWE - Now use strict and warnings, and drop use of vars. - Specified min version of perl in code and metadata - Moved Screen.pm to lib/Term/Screen.pm as per convention - Reformatted this file as per CPAN::Changes::Spec - Added github repo to metadata and pod - make test will work non-interactively - preserve exit code
15 lines
433 B
Makefile
15 lines
433 B
Makefile
# $NetBSD: Makefile,v 1.14 2015/09/06 06:53:55 mef Exp $
|
|
|
|
DISTNAME= Term-Screen-1.05
|
|
PKGNAME= p5-${DISTNAME}
|
|
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
|
|
|
|
PERL5_PACKLIST= auto/Term/Screen/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|