mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
Test::Requires checks to see if the module can be loaded.
If this fails rather than failing tests this skips all tests. WWW: http://search.cpan.org/dist/Test-Requires/
This commit is contained in:
parent
75cacf01d1
commit
6ecb3c7df8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=241020
@ -1972,6 +1972,7 @@
|
||||
SUBDIR += p5-Test-Portability-Files
|
||||
SUBDIR += p5-Test-RandomResults
|
||||
SUBDIR += p5-Test-Reporter
|
||||
SUBDIR += p5-Test-Requires
|
||||
SUBDIR += p5-Test-Script
|
||||
SUBDIR += p5-Test-SharedFork
|
||||
SUBDIR += p5-Test-Simple
|
||||
|
21
devel/p5-Test-Requires/Makefile
Normal file
21
devel/p5-Test-Requires/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
# New ports collection makefile for: Test::Requires
|
||||
# Date created: 08 Sep 2009
|
||||
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Test-Requires
|
||||
PORTVERSION= 0.01
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= kuriyama@FreeBSD.org
|
||||
COMMENT= Perl extension for checking to see if the module can be loaded
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Test::Requires.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/p5-Test-Requires/distinfo
Normal file
3
devel/p5-Test-Requires/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Test-Requires-0.01.tar.gz) = 8a566fe04aaf9d153a09a35a89a378af
|
||||
SHA256 (Test-Requires-0.01.tar.gz) = b8f45193fd8f8c54c586a9cd55997456ffa5e97bf89d4e835abbb3ca42345d47
|
||||
SIZE (Test-Requires-0.01.tar.gz) = 40997
|
5
devel/p5-Test-Requires/pkg-descr
Normal file
5
devel/p5-Test-Requires/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
Test::Requires checks to see if the module can be loaded.
|
||||
|
||||
If this fails rather than failing tests this skips all tests.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Test-Requires/
|
5
devel/p5-Test-Requires/pkg-plist
Normal file
5
devel/p5-Test-Requires/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Requires/.packlist
|
||||
%%SITE_PERL%%/Test/Requires.pm
|
||||
@dirrmtry %%SITE_PERL%%/Test
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Requires
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test
|
Loading…
Reference in New Issue
Block a user