The `xapian-bindings-perl' package contains the Xapian.pm
SWIG bindings, but doesn't adhere to the existing convention
of naming system packages after the Perl package name itself
using: "p5-${\($Perl_package_name =~ s/::/-/gr)}".

Reported-by: Štěpán Němec <[email protected]>
Link: https://public-inbox.org/meta/[email protected]/
---
 INSTALL | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/INSTALL b/INSTALL
index 65032d11..91e590ce 100644
--- a/INSTALL
+++ b/INSTALL
@@ -68,7 +68,8 @@ Numerous optional modules are likely to be useful as well:
                                    (for v2, IMAP, NNTP, or gzipped mboxes)
 
 - Search::Xapian or Xapian(.pm)    deb: libsearch-xapian-perl
-                                   pkg: p5-Search-Xapian OR p5-Xapian
+                                   pkg: p5-Search-Xapian OR p5-Xapian (FreeBSD)
+                                        xapian-bindings-perl (OpenBSD)
                                    rpm: perl-Search-Xapian
                                    (HTTP and IMAP search)
 

Reply via email to