d2ca14a3f1
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
23 lines
683 B
Makefile
23 lines
683 B
Makefile
# $NetBSD: Makefile,v 1.15 2013/05/31 12:40:46 wiz Exp $
|
|
|
|
DISTNAME= Term-ProgressBar-2.13
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 2
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/S/SZ/SZABGAB/}
|
|
|
|
MAINTAINER= imil@gcu.info
|
|
HOMEPAGE= http://search.cpan.org/dist/Term-ProgressBar/
|
|
COMMENT= Provide a progress meter on a standard terminal
|
|
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-Class-MethodMaker>=1.02:../../devel/p5-Class-MethodMaker
|
|
DEPENDS+= p5-Term-ReadKey>=2.24:../../devel/p5-Term-ReadKey
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME:S/-r1$//}
|
|
|
|
PERL5_PACKLIST= auto/Term/ProgressBar/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|