summaryrefslogtreecommitdiff
path: root/time
diff options
context:
space:
mode:
authormef <mef@pkgsrc.org>2016-09-18 14:33:33 +0000
committermef <mef@pkgsrc.org>2016-09-18 14:33:33 +0000
commit4c45b50ae0cc147b1bb13b4e69193133d2f7af69 (patch)
tree6614c8e341f164336b926c6d47235dd8fafb79ad /time
parente3f39337ca9840a00e8956ec5e060283c0625921 (diff)
downloadpkgsrc-4c45b50ae0cc147b1bb13b4e69193133d2f7af69.tar.gz
- for make test,
+BUILD_DEPENDS+= p5-Exception-Class-[0-9]*:../../devel/p5-Exception-Class
Diffstat (limited to 'time')
-rw-r--r--time/p5-DateTime-Set/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/time/p5-DateTime-Set/Makefile b/time/p5-DateTime-Set/Makefile
index 209aa31e5ed..5dc397c5d75 100644
--- a/time/p5-DateTime-Set/Makefile
+++ b/time/p5-DateTime-Set/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2016/07/31 12:19:30 wen Exp $
+# $NetBSD: Makefile,v 1.23 2016/09/18 14:33:33 mef Exp $
DISTNAME= DateTime-Set-0.3800
PKGNAME= p5-${DISTNAME}
@@ -13,6 +13,9 @@ LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-DateTime>=0.12:../../time/p5-DateTime
DEPENDS+= p5-Set-Infinite>=0.59:../../math/p5-Set-Infinite
+# for make test
+BUILD_DEPENDS+= p5-Exception-Class-[0-9]*:../../devel/p5-Exception-Class
+
PERL5_PACKLIST= auto/DateTime/Set/.packlist
.include "../../lang/perl5/module.mk"