7fbb8d9527
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
22 lines
656 B
Makefile
22 lines
656 B
Makefile
# $NetBSD: Makefile,v 1.7 2005/08/06 06:19:14 jlam Exp $
|
|
#
|
|
|
|
DISTNAME= Term-ProgressBar-2.09
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 1
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/F/FL/FLUFFY/}
|
|
|
|
MAINTAINER= imil@gcu.info
|
|
HOMEPAGE= http://search.cpan.org/dist/Term-ProgressBar/
|
|
COMMENT= Provide a progress meter on a standard terminal
|
|
|
|
DEPENDS+= p5-Class-MethodMaker>=1.12:../../devel/p5-Class-MethodMaker
|
|
DEPENDS+= p5-Term-ReadKey>=2.21:../../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"
|