summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorwen <wen@pkgsrc.org>2015-10-07 14:09:10 +0000
committerwen <wen@pkgsrc.org>2015-10-07 14:09:10 +0000
commit2b3dd8b7387e7d497d702fedbf25c7c7c7c1bed0 (patch)
tree5ecf94fe6167b975462070f3bca937daa7a3f49e /devel
parent30054b6d79652c3c292baf17d4c4106766756cc2 (diff)
downloadpkgsrc-2b3dd8b7387e7d497d702fedbf25c7c7c7c1bed0.tar.gz
Import Test-API-0.005 as devel/p5-Test-API.
This simple test module checks the subroutines provided by a module. This is useful for confirming a planned API in testing and ensuring that other functions aren't unintentionally included via import.
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-Test-API/DESCR3
-rw-r--r--devel/p5-Test-API/Makefile16
-rw-r--r--devel/p5-Test-API/distinfo5
3 files changed, 24 insertions, 0 deletions
diff --git a/devel/p5-Test-API/DESCR b/devel/p5-Test-API/DESCR
new file mode 100644
index 00000000000..551a1b436b4
--- /dev/null
+++ b/devel/p5-Test-API/DESCR
@@ -0,0 +1,3 @@
+This simple test module checks the subroutines provided by a module. This is
+useful for confirming a planned API in testing and ensuring that other
+functions aren't unintentionally included via import.
diff --git a/devel/p5-Test-API/Makefile b/devel/p5-Test-API/Makefile
new file mode 100644
index 00000000000..172b1a5a8e6
--- /dev/null
+++ b/devel/p5-Test-API/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2015/10/07 14:09:10 wen Exp $
+
+DISTNAME= Test-API-0.005
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://search.cpan.org/dist/Test-API/
+COMMENT= Test a list of subroutines provided by a module
+LICENSE= apache-2.0
+
+PERL5_PACKLIST= auto/Test/API/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/p5-Test-API/distinfo b/devel/p5-Test-API/distinfo
new file mode 100644
index 00000000000..bb9a9ce80b1
--- /dev/null
+++ b/devel/p5-Test-API/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2015/10/07 14:09:10 wen Exp $
+
+SHA1 (Test-API-0.005.tar.gz) = e7c576e53d9d1b55e57e77376e775d33d41f1c43
+RMD160 (Test-API-0.005.tar.gz) = e5fee40e86af827c2acebceda86f57d8aae3e968
+Size (Test-API-0.005.tar.gz) = 17317 bytes