| Server IP : 82.208.35.60 / Your IP : 216.73.216.238 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/textproc/p5-AI-Categorizer/files/ |
Upload File : |
--- Build.PL.orig 2007-03-24 03:31:23.000000000 +0100
+++ Build.PL 2011-11-01 22:57:36.305936002 +0100
@@ -28,20 +28,5 @@ my $build = new Module::Build
create_makefile_pl => 'passthrough',
);
-my $categorizer = File::Spec->catfile('eg', 'categorizer');
-if ($build->y_n("Do you want to install the $categorizer script to $Config{installscript}?", 'n')) {
- $build->scripts($categorizer);
-}
-
-
$build->create_build_script;
-{
- my $path = $build->prompt
- (
- "\nIf you have the Weka system installed, please specify the path\n".
- "to the 'weka.jar' file, or '-' to search CLASSPATH, or '!' to skip:",
- '!'
- );
- $build->notes(classpath => $path eq '!' ? undef : $path);
-}