pkgsrc/devel/p5-Term-ProgressBar-Simple/Makefile
schmonz a404465099 Import p5-Term-ProgressBar-Simple, simpler progress bars.
Progress bars are handy - they tell you how much work has been done,
how much is left to do and estimate how long it will take.

But they can be fiddly!

This module does the right thing in almost all cases in a really convenient way.
2015-01-04 06:21:28 +00:00

17 lines
551 B
Makefile

# $NetBSD: Makefile,v 1.1 2015/01/04 06:21:28 schmonz Exp $
DISTNAME= Term-ProgressBar-Simple-0.03
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/E/EV/EVDB/}
MAINTAINER= schmonz@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Term-ProgressBar-Simple/
COMMENT= Simpler progress bars
DEPENDS+= p5-Term-ProgressBar-Quiet-[0-9]*:../../devel/p5-Term-ProgressBar-Quiet
PERL5_PACKLIST= auto/Term/ProgressBar/Simple/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"