summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorseb <seb@pkgsrc.org>2010-07-11 14:53:32 +0000
committerseb <seb@pkgsrc.org>2010-07-11 14:53:32 +0000
commit4749423b098682067c64dbcb23a3ac5ad7eb03c0 (patch)
tree6a141e1d9ba11c5060ed9dac075c39f11b27731e
parent34b1f97512dc62c7e79df13fb4ac2f5076a67c10 (diff)
downloadpkgsrc-4749423b098682067c64dbcb23a3ac5ad7eb03c0.tar.gz
Initial import of p5-Test-Compile version 0.13 in the NetBSD Packages
Collection. The Perl 5 module Test::Compile lets you check the validity of a Perl module file or Perl script file, and report its results in standard Test::Simple fashion.
-rw-r--r--devel/p5-Test-Compile/DESCR3
-rw-r--r--devel/p5-Test-Compile/Makefile24
-rw-r--r--devel/p5-Test-Compile/distinfo5
3 files changed, 32 insertions, 0 deletions
diff --git a/devel/p5-Test-Compile/DESCR b/devel/p5-Test-Compile/DESCR
new file mode 100644
index 00000000000..91117d2b64d
--- /dev/null
+++ b/devel/p5-Test-Compile/DESCR
@@ -0,0 +1,3 @@
+The Perl 5 module Test::Compile lets you check the validity of a
+Perl module file or Perl script file, and report its results in
+standard Test::Simple fashion.
diff --git a/devel/p5-Test-Compile/Makefile b/devel/p5-Test-Compile/Makefile
new file mode 100644
index 00000000000..7b1d52910ac
--- /dev/null
+++ b/devel/p5-Test-Compile/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 2010/07/11 14:53:32 seb Exp $
+#
+
+DISTNAME= Test-Compile-0.13
+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-Compile/
+COMMENT= Perl 5 module to check whether Perl module files compile correctly
+LICENSE= ${PERL5_LICENSE}
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST= auto/Test/Compile/.packlist
+
+BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple
+DEPENDS+= p5-Devel-CheckOS-[0-9]*:../../devel/p5-Devel-CheckOS
+DEPENDS+= p5-UNIVERSAL-require-[0-9]*:../../devel/p5-UNIVERSAL-require
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/p5-Test-Compile/distinfo b/devel/p5-Test-Compile/distinfo
new file mode 100644
index 00000000000..282f9c045f5
--- /dev/null
+++ b/devel/p5-Test-Compile/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2010/07/11 14:53:32 seb Exp $
+
+SHA1 (Test-Compile-0.13.tar.gz) = 42b72d55277c95de5041b9495b0ae7d51b58c9da
+RMD160 (Test-Compile-0.13.tar.gz) = 63b39252510a460460c9085e6ba3b1904e4ce6b0
+Size (Test-Compile-0.13.tar.gz) = 39138 bytes