There were portability issues on FreeBSD when Devel::Checklib was in use, but
this can be added back in for a CPAN version of the perl FKO module.
use lib 'inc';
-use Devel::CheckLib;
+#use Devel::CheckLib; ### maybe use for CPAN distribution?
use 5.008008;
use ExtUtils::MakeMaker;
../../lib/.libs
);
-check_lib_or_exit(
- lib => [qw( fko )],
- libpath => \@libdirs
-);
+### uncomment for CPAN distribution?
+#check_lib_or_exit(
+# lib => [qw( fko )],
+# libpath => \@libdirs
+#);
WriteMakefile(
NAME => 'FKO',
The Firewall Knock Operator library, "libfko".
+For a CPAN version of this module it may be advantageous to uncomment the
+Devel::Checklib lines in Makefile.PL, but this seems to introduce portability
+issues on FreeBSD.
+
COPYRIGHT AND LICENCE
Copyright (C) 2009 by Damien S. Stuart <dstuart@dstuart.org>