diff options
author | mef <mef@pkgsrc.org> | 2016-09-18 15:01:03 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2016-09-18 15:01:03 +0000 |
commit | e57917edab117dd3db6c913f70a109b4c5fc72a0 (patch) | |
tree | 19ad0e75e0ccceaa41440bb94b8bf9a7693f984d /time | |
parent | 9b8798d2b58cba26bbab87287c7c65e261d09ace (diff) | |
download | pkgsrc-e57917edab117dd3db6c913f70a109b4c5fc72a0.tar.gz |
for make test: BUILD_DEPENDS+= p5-Clone-[0-9]*:../../devel/p5-Clone
Diffstat (limited to 'time')
-rw-r--r-- | time/p5-DateTime-Format-Natural/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/time/p5-DateTime-Format-Natural/Makefile b/time/p5-DateTime-Format-Natural/Makefile index c560ea6fa6e..12b9fff9e1a 100644 --- a/time/p5-DateTime-Format-Natural/Makefile +++ b/time/p5-DateTime-Format-Natural/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2016/07/31 12:24:41 wen Exp $ +# $NetBSD: Makefile,v 1.22 2016/09/18 15:01:03 mef Exp $ DISTNAME= DateTime-Format-Natural-1.04 PKGNAME= p5-${DISTNAME} @@ -20,6 +20,8 @@ BUILD_DEPENDS+= p5-Test-MockTime-[0-9]*:../../time/p5-Test-MockTime # recommended DEPENDS+= p5-Date-Calc-[0-9]*:../../devel/p5-Date-Calc +# for make test +BUILD_DEPENDS+= p5-Clone-[0-9]*:../../devel/p5-Clone PERL5_MODULE_TYPE= Module::Build USE_LANGUAGES= # |