Initial import of p5-Test-Requires version 0.03 in the NetBSD
Packages Collection. The Perl 5 module Test::Requires allows to test if a module can be loaded. When used in a Test::Simple/Test::More test script all tests are skipped if a module can not be loaded.
This commit is contained in:
parent
27f4dbb15e
commit
965a92c0d6
3 changed files with 27 additions and 0 deletions
3
devel/p5-Test-Requires/DESCR
Normal file
3
devel/p5-Test-Requires/DESCR
Normal file
|
@ -0,0 +1,3 @@
|
|||
The Perl 5 module Test::Requires allows to test if a module can be
|
||||
loaded. When used in a Test::Simple/Test::More test script all
|
||||
tests are skipped if a module can not be loaded.
|
19
devel/p5-Test-Requires/Makefile
Normal file
19
devel/p5-Test-Requires/Makefile
Normal file
|
@ -0,0 +1,19 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2010/03/13 18:12:40 seb Exp $
|
||||
|
||||
DISTNAME= Test-Requires-0.03
|
||||
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-Requires/
|
||||
COMMENT= Perl 5 module to test if a module can be loaded
|
||||
LICENSE= ${PERL5_LICENSE}
|
||||
|
||||
USE_LANGUAGES= # empty
|
||||
PERL5_PACKLIST= auto/Test/Requires/.packlist
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
5
devel/p5-Test-Requires/distinfo
Normal file
5
devel/p5-Test-Requires/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2010/03/13 18:12:40 seb Exp $
|
||||
|
||||
SHA1 (Test-Requires-0.03.tar.gz) = e7f24366cad9c33138a636db498ac1e93598db2b
|
||||
RMD160 (Test-Requires-0.03.tar.gz) = 7b7a7897130622bb0c0a20deb0831bcc09ca0bd9
|
||||
Size (Test-Requires-0.03.tar.gz) = 38563 bytes
|
Loading…
Reference in a new issue