Fixed pkglint warnings.

This commit is contained in:
rillig 2007-03-08 21:24:59 +00:00
parent 4da76635fe
commit 4972b6c230

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.1.1.1 2007/01/10 21:50:51 bad Exp $
# $NetBSD: Makefile,v 1.2 2007/03/08 21:24:59 rillig Exp $
#
DISTNAME= App-CLI-0.07
@ -6,7 +6,7 @@ PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/C/CL/CLKAO/}
MAINTAINER= bad@netbsd.org
MAINTAINER= bad@NetBSD.org
HOMEPAGE= http://search.cpan.org/~clkao/App-CLI-0.07/
COMMENT= Dispatcher module for command line interface programs
@ -16,9 +16,9 @@ PERL5_PACKLIST= auto/App/CLI/.packlist
BUILD_DEPENDS+= p5-ExtUtils-AutoInstall>=0.61:../../devel/p5-ExtUtils-AutoInstall
#IC5.8.8DEPENDS+= p5-Getopt-Long>=2.35:../../devel/p5-Getopt-Long
DEPENDS+=p5-Locale-Maketext-Simple>=0.16:../../misc/p5-Locale-Maketext-Simple
DEPENDS+= p5-Locale-Maketext-Simple>=0.16:../../misc/p5-Locale-Maketext-Simple
#IC5.9.3
DEPENDS+= p5-Pod-Simple>=3.02:../../textproc/p5-Pod-Simple
DEPENDS+= p5-Pod-Simple>=3.02:../../textproc/p5-Pod-Simple
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"