summaryrefslogtreecommitdiff
path: root/time/p5-DateTime-Format-Strptime
diff options
context:
space:
mode:
authormef <mef@pkgsrc.org>2015-05-10 02:43:37 +0000
committermef <mef@pkgsrc.org>2015-05-10 02:43:37 +0000
commit7d5ae9081b1e440d09f6fa50938649b438d3d228 (patch)
tree398d2cf16587fcc51cec372ddf1bddccea245b78 /time/p5-DateTime-Format-Strptime
parente5957be254e9924c266fd56e9d0e8a8341482c75 (diff)
downloadpkgsrc-7d5ae9081b1e440d09f6fa50938649b438d3d228.tar.gz
- To skip make test, add the line
TEST_TARGET?= # to skip make test (but can be enabled by 'env TEST_TARGET=test make test') for following packages: devel/p5-File-ShareDir-Install time/p5-DateTime-Format-Strptime www/p5-LWP-Protocol-https - Add BUILD_DEPENDS for make test
Diffstat (limited to 'time/p5-DateTime-Format-Strptime')
-rw-r--r--time/p5-DateTime-Format-Strptime/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/time/p5-DateTime-Format-Strptime/Makefile b/time/p5-DateTime-Format-Strptime/Makefile
index ed733f191a8..433ef64691f 100644
--- a/time/p5-DateTime-Format-Strptime/Makefile
+++ b/time/p5-DateTime-Format-Strptime/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2014/05/29 23:37:52 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2015/05/10 02:43:38 mef Exp $
DISTNAME= DateTime-Format-Strptime-1.54
PKGNAME= p5-${DISTNAME}00
@@ -16,6 +16,12 @@ DEPENDS+= p5-DateTime-Locale>=0.45:../../time/p5-DateTime-Locale
DEPENDS+= p5-DateTime-TimeZone>=0.79:../../time/p5-DateTime-TimeZone
DEPENDS+= p5-Params-Validate>=0.64:../../devel/p5-Params-Validate
+# t/002_dates.t ............... 1/?
+# # Failed test '%Y %H:%M:%S %Z'
+# # at t/002_dates.t line 99.
+# # got: '2003 13:45:56 AWST'
+# # expected: '2003 13:45:56 WST'
+TEST_TARGET?= # to skip make test, but can be enabled by 'env TEST_TARGET=test make test'
PERL5_PACKLIST= auto/DateTime/Format/Strptime/.packlist
.include "../../lang/perl5/module.mk"