Adjusting dependency to Locale::Maketext::Simple to use the core module,
when available. Bump PKG_REVISON
This commit is contained in:
parent
42555bccbe
commit
cb083d9aff
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
# $NetBSD: Makefile,v 1.6 2010/08/21 16:33:10 seb Exp $
|
||||
# $NetBSD: Makefile,v 1.7 2010/09/04 11:50:36 sno Exp $
|
||||
#
|
||||
|
||||
DISTNAME= App-CLI-0.08
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
PKGREVISION= 1
|
||||
PKGREVISION= 2
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=App/}
|
||||
|
||||
|
@ -19,7 +19,7 @@ USE_LANGUAGES= # empty
|
|||
PERL5_PACKLIST= auto/App/CLI/.packlist
|
||||
|
||||
#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+= {perl>=5.10.0,p5-Locale-Maketext-Simple>=0.16}:../../misc/p5-Locale-Maketext-Simple
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
Loading…
Reference in a new issue