summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2020-04-19 12:43:23 +0000
committerrillig <rillig@pkgsrc.org>2020-04-19 12:43:23 +0000
commit4ca4aa99ddc16ec9878f329e23cc57a539d8aa3e (patch)
treef33eb4886dd006129bfb9b3b19d1cb73758e74e0 /devel
parentc657a24143ede308eb43cbc514be33fdfb1009e4 (diff)
downloadpkgsrc-4ca4aa99ddc16ec9878f329e23cc57a539d8aa3e.tar.gz
devel/p5-Test-Strict: add version 0.47
Test::Strict lets you check the syntax, presence of use strict; and presence use warnings; in your perl code. It report its results in standard Test::Simple fashion. Imported from pkgsrc-wip.
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile3
-rw-r--r--devel/p5-Test-Strict/DESCR3
-rw-r--r--devel/p5-Test-Strict/Makefile20
-rw-r--r--devel/p5-Test-Strict/distinfo6
4 files changed, 31 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 351c52a1aa4..d1cd1799a87 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3103 2020/04/18 19:43:04 schmonz Exp $
+# $NetBSD: Makefile,v 1.3104 2020/04/19 12:43:23 rillig Exp $
#
COMMENT= Development utilities
@@ -1925,6 +1925,7 @@ SUBDIR+= p5-Test-Simple
SUBDIR+= p5-Test-Spec
SUBDIR+= p5-Test-Spelling
SUBDIR+= p5-Test-Stream
+SUBDIR+= p5-Test-Strict
SUBDIR+= p5-Test-SubCalls
SUBDIR+= p5-Test-Taint
SUBDIR+= p5-Test-TempDir
diff --git a/devel/p5-Test-Strict/DESCR b/devel/p5-Test-Strict/DESCR
new file mode 100644
index 00000000000..69643dc449b
--- /dev/null
+++ b/devel/p5-Test-Strict/DESCR
@@ -0,0 +1,3 @@
+Test::Strict lets you check the syntax, presence of use strict; and
+presence use warnings; in your perl code. It report its results in
+standard Test::Simple fashion.
diff --git a/devel/p5-Test-Strict/Makefile b/devel/p5-Test-Strict/Makefile
new file mode 100644
index 00000000000..f474a0d34e2
--- /dev/null
+++ b/devel/p5-Test-Strict/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2020/04/19 12:43:24 rillig Exp $
+
+DISTNAME= Test-Strict-0.47
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel
+MASTER_SITES= https://cpan.metacpan.org/authors/id/M/MA/MANWAR/
+
+MAINTAINER= pkgsrc-users@pkgsrc.org
+HOMEPAGE= https://cpan.metacpan.org/authors/id/M/MA/MANWAR/
+COMMENT= Check syntax, presence of use strict; and test coverage
+LICENSE= ${PERL5_LICENSE}
+
+DEPENDS+= p5-File-Temp>=0.01:../../devel/p5-File-Temp
+DEPENDS+= p5-IO-stringy-[0-9]*:../../devel/p5-IO-stringy
+
+PERL5_PACKLIST= auto/Test/Strict/.packlist
+USE_LANGUAGES= # none
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/p5-Test-Strict/distinfo b/devel/p5-Test-Strict/distinfo
new file mode 100644
index 00000000000..f15a319ae6a
--- /dev/null
+++ b/devel/p5-Test-Strict/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/04/19 12:43:24 rillig Exp $
+
+SHA1 (Test-Strict-0.47.tar.gz) = 567b46694ab5ad808d7d59f849dd0f55d7a0f9c1
+RMD160 (Test-Strict-0.47.tar.gz) = 44bfaf2c5dce70be1df8a5edb61fb383d6f61647
+SHA512 (Test-Strict-0.47.tar.gz) = 56ffc488cb2502af228ad03f3da7bf11f04c0cacc7f1ea13b3aa8e0578f0df36a9be092f71db973748c8db15f45873a384f2e24844468b9a300d2386692c21b9
+Size (Test-Strict-0.47.tar.gz) = 20679 bytes