Build depends on p5-Clone, so add dependency. Otherwise extra-junk is
installed.
This commit is contained in:
parent
15275ca99b
commit
2c2abd18f4
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.3 2015/06/12 10:51:42 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.4 2015/08/16 17:35:25 joerg Exp $
|
||||
|
||||
DISTNAME= Date-Extract-0.04
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
|
@ -14,6 +14,7 @@ LICENSE= ${PERL5_LICENSE}
|
|||
DEPENDS+= p5-Test-MockTime-[0-9]*:../../time/p5-Test-MockTime
|
||||
DEPENDS+= p5-DateTime-Format-Natural-[0-9]*:../../time/p5-DateTime-Format-Natural
|
||||
DEPENDS+= p5-Class-Data-Inheritable-[0-9]*:../../devel/p5-Class-Data-Inheritable
|
||||
BUILD_DEPENDS+= p5-Clone-[0-9]*:../../devel/p5-Clone
|
||||
|
||||
PERL5_PACKLIST= auto/Date/Extract/.packlist
|
||||
|
||||
|
|
Loading…
Reference in a new issue