Revision bump after updating perl to 5.14.1
This commit is contained in:
parent
ef9b516099
commit
c786f5b4b9
1 changed files with 5 additions and 6 deletions
|
@ -1,9 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.2 2010/08/21 16:33:15 seb Exp $
|
||||
#
|
||||
# $NetBSD: Makefile,v 1.3 2011/08/10 10:06:58 adam Exp $
|
||||
|
||||
DISTNAME= CPAN-FindDependencies-2.34
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
PKGREVISION= 1
|
||||
PKGREVISION= 2
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CPAN/}
|
||||
|
||||
|
@ -14,9 +13,6 @@ LICENSE= ${PERL5_LICENSE}
|
|||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
USE_LANGUAGES= # empty
|
||||
PERL5_PACKLIST= auto/CPAN/FindDependencies/.packlist
|
||||
|
||||
DEPENDS+= p5-Capture-Tiny>=0.05:../../devel/p5-Capture-Tiny
|
||||
DEPENDS+= p5-Devel-CheckOS>=1.52:../../devel/p5-Devel-CheckOS
|
||||
DEPENDS+= p5-File-Temp>=0.19:../../devel/p5-File-Temp
|
||||
|
@ -25,5 +21,8 @@ DEPENDS+= p5-Parse-CPAN-Packages>=2.31:../../devel/p5-Parse-CPAN-Packages
|
|||
DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI # really URI::file>=4.13
|
||||
DEPENDS+= p5-YAML-Tiny>=1.36:../../textproc/p5-YAML-Tiny
|
||||
|
||||
USE_LANGUAGES= # empty
|
||||
PERL5_PACKLIST= auto/CPAN/FindDependencies/.packlist
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
Loading…
Reference in a new issue