0982effce2
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
18 lines
562 B
Makefile
18 lines
562 B
Makefile
# $NetBSD: Makefile,v 1.2 2015/06/12 10:49:46 wiz Exp $
|
|
|
|
DISTNAME= Term-ProgressBar-Simple-0.03
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 1
|
|
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"
|