take a while. It looks like 50% [===== ] and is as long as the terminal. Linear estimation of the time left for the process to run is available.
19 lines
655 B
Makefile
19 lines
655 B
Makefile
# $NetBSD: Makefile,v 1.1 2015/01/04 06:15:47 schmonz Exp $
|
|
|
|
DISTNAME= Term-ProgressBar-Quiet-0.31
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/L/LB/LBROCARD/}
|
|
|
|
MAINTAINER= schmonz@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Term-ProgressBar-Quiet/
|
|
COMMENT= Provide a progress meter if run interactively
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-IO-Interactive-[0-9]*:../../devel/p5-IO-Interactive
|
|
DEPENDS+= p5-Term-ProgressBar-[0-9]*:../../devel/p5-Term-ProgressBar
|
|
|
|
PERL5_PACKLIST= auto/Term/ProgressBar/Quiet/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|