SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
16
devel/p5-Params-Util/patches/patch-Makefile_PL
Normal file
16
devel/p5-Params-Util/patches/patch-Makefile_PL
Normal file
|
@ -0,0 +1,16 @@
|
|||
use OpenBSD package instead of some included bundle
|
||||
|
||||
Index: Makefile.PL
|
||||
--- Makefile.PL.orig
|
||||
+++ Makefile.PL
|
||||
@@ -13,8 +13,8 @@ BEGIN
|
||||
}
|
||||
}
|
||||
|
||||
-use inc::latest 'Capture::Tiny';
|
||||
-use inc::latest 'Config::AutoConf';
|
||||
+use Capture::Tiny;
|
||||
+use Config::AutoConf;
|
||||
|
||||
unless (-f "META.yml")
|
||||
{
|
Loading…
Add table
Add a link
Reference in a new issue