mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
This module allows you to deliberately hide modules from a program even though
they are installed. This is mostly useful for testing modules that have a fallback when a certain dependency module is not installed. WWW: http://search.cpan.org/dist/Test-Without-Module/
This commit is contained in:
parent
82bbb60044
commit
c7dd14a15a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=287333
5 changed files with 37 additions and 0 deletions
|
@ -2516,6 +2516,7 @@
|
||||||
SUBDIR += p5-Test-WWW-Selenium
|
SUBDIR += p5-Test-WWW-Selenium
|
||||||
SUBDIR += p5-Test-Warn
|
SUBDIR += p5-Test-Warn
|
||||||
SUBDIR += p5-Test-Weaken
|
SUBDIR += p5-Test-Weaken
|
||||||
|
SUBDIR += p5-Test-Without-Module
|
||||||
SUBDIR += p5-Test-XML
|
SUBDIR += p5-Test-XML
|
||||||
SUBDIR += p5-Test-XML-Valid
|
SUBDIR += p5-Test-XML-Valid
|
||||||
SUBDIR += p5-Test-YAML-Meta
|
SUBDIR += p5-Test-YAML-Meta
|
||||||
|
|
22
devel/p5-Test-Without-Module/Makefile
Normal file
22
devel/p5-Test-Without-Module/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
# New ports collection makefile for: p5-Test-Without-Module
|
||||||
|
# Date created: 2011-12-11
|
||||||
|
# Whom: Steve Wills <swills@FreeBSD.org>
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
|
||||||
|
PORTNAME= Test-Without-Module
|
||||||
|
PORTVERSION= 0.17
|
||||||
|
CATEGORIES= devel perl5
|
||||||
|
MASTER_SITES= CPAN
|
||||||
|
#MASTER_SITE_SUBDIR=
|
||||||
|
PKGNAMEPREFIX= p5-
|
||||||
|
|
||||||
|
MAINTAINER= perl@FreeBSD.org
|
||||||
|
COMMENT= Test fallback behaviour in absence of modules
|
||||||
|
|
||||||
|
PERL_CONFIGURE= yes
|
||||||
|
|
||||||
|
MAN3= Test::Without::Module.3
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
2
devel/p5-Test-Without-Module/distinfo
Normal file
2
devel/p5-Test-Without-Module/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
SHA256 (Test-Without-Module-0.17.tar.gz) = a691b0bf6d92dedbacfd547551021389ebc79c51937de2b914e792457da56ff7
|
||||||
|
SIZE (Test-Without-Module-0.17.tar.gz) = 6709
|
5
devel/p5-Test-Without-Module/pkg-descr
Normal file
5
devel/p5-Test-Without-Module/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
This module allows you to deliberately hide modules from a program even though
|
||||||
|
they are installed. This is mostly useful for testing modules that have a
|
||||||
|
fallback when a certain dependency module is not installed.
|
||||||
|
|
||||||
|
WWW: http://search.cpan.org/dist/Test-Without-Module/
|
7
devel/p5-Test-Without-Module/pkg-plist
Normal file
7
devel/p5-Test-Without-Module/pkg-plist
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
%%SITE_PERL%%/Test/Without/Module.pm
|
||||||
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Without/Module/.packlist
|
||||||
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Without/Module
|
||||||
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Without
|
||||||
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test
|
||||||
|
@dirrmtry %%SITE_PERL%%/Test/Without
|
||||||
|
@dirrmtry %%SITE_PERL%%/Test
|
Loading…
Add table
Reference in a new issue