diff options
author | joerg <joerg@pkgsrc.org> | 2015-08-16 17:35:25 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2015-08-16 17:35:25 +0000 |
commit | 6b16cf1fd93495bdaf8464487c2dc27cae899aae (patch) | |
tree | 587527a9b8e6441309365bb8fb916adef326d358 /time | |
parent | c613d18b32ae1aeccf26c670d89d484e87ec8dff (diff) | |
download | pkgsrc-6b16cf1fd93495bdaf8464487c2dc27cae899aae.tar.gz |
Build depends on p5-Clone, so add dependency. Otherwise extra-junk is
installed.
Diffstat (limited to 'time')
-rw-r--r-- | time/p5-Date-Extract/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/time/p5-Date-Extract/Makefile b/time/p5-Date-Extract/Makefile index 4204004489e..2159ae88c2d 100644 --- a/time/p5-Date-Extract/Makefile +++ b/time/p5-Date-Extract/Makefile @@ -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 |