mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-09 02:22:18 +00:00
13ef084953
Approved by: maintainer implicit
17 lines
430 B
Perl
17 lines
430 B
Perl
|
|
$FreeBSD$
|
|
|
|
--- Makefile.PL.orig
|
|
+++ Makefile.PL
|
|
@@ -44,10 +44,6 @@
|
|
-default => 1,
|
|
recommends( 'Date::Manip' => 0 ),
|
|
],
|
|
- 'Speed Tests' => [
|
|
- -default => 0,
|
|
- recommends( 'Benchmark::Timer' => '0.7100' ),
|
|
- ],
|
|
);
|
|
|
|
include ('ExtUtils/AutoInstall.pm');
|