SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
14
devel/p5-Test-Without-Module/Makefile
Normal file
14
devel/p5-Test-Without-Module/Makefile
Normal file
|
@ -0,0 +1,14 @@
|
|||
COMMENT = test fallback behaviour in absence of modules
|
||||
|
||||
DISTNAME = Test-Without-Module-0.21
|
||||
|
||||
CATEGORIES = devel
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
MODULES = cpan
|
||||
|
||||
PKG_ARCH = *
|
||||
|
||||
.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.21.tar.gz) = PN6vraxIU+vq/miTRtVV2l36PPqdTITj5ee/7lC+7EY=
|
||||
SIZE (Test-Without-Module-0.21.tar.gz) = 13985
|
3
devel/p5-Test-Without-Module/pkg/DESCR
Normal file
3
devel/p5-Test-Without-Module/pkg/DESCR
Normal file
|
@ -0,0 +1,3 @@
|
|||
lows 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.
|
4
devel/p5-Test-Without-Module/pkg/PLIST
Normal file
4
devel/p5-Test-Without-Module/pkg/PLIST
Normal file
|
@ -0,0 +1,4 @@
|
|||
${P5SITE}/Test/
|
||||
${P5SITE}/Test/Without/
|
||||
${P5SITE}/Test/Without/Module.pm
|
||||
@man man/man3p/Test::Without::Module.3p
|
Loading…
Add table
Add a link
Reference in a new issue