3c9459a754
1.2.25.0 Tue Sep 26 02:06:18 UTC 2017 [Changes contributed by Olly Betts] - Wrap WritableDatabase::commit(), which is the preferred name for WritableDatabase::flush(). - Fix long SEE ALSO lines by putting a newline after each comma in the SEE ALSO lists, fixing warnings from man such as: <standard input>:109: warning [p 1, 8.0i]: can't break line - Backport some improvements to the POD documentation from the SWIG-based bindings in xapian-bindings 1.4.x. - Avoid perl -W in tests as that seems to break recent versions of Test::More. - Suppress dummy warning using undef value when building against xapian-core 1.4.x.
21 lines
638 B
Makefile
21 lines
638 B
Makefile
# $NetBSD: Makefile,v 1.29 2017/09/27 21:03:05 wiz Exp $
|
|
|
|
DISTNAME= Search-Xapian-1.2.25.0
|
|
PKGNAME= ${DISTNAME:S/^/p5-/}
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Search/}
|
|
|
|
MAINTAINER= schmonz@NetBSD.org
|
|
HOMEPAGE= https://xapian.org/docs/bindings/perl/Search/Xapian.html
|
|
COMMENT= Perl XS frontend to the Xapian C++ search library
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
BUILD_DEPENDS+= p5-Devel-Leak-[0-9]*:../../devel/p5-Devel-Leak
|
|
|
|
USE_LANGUAGES= c++
|
|
|
|
PERL5_PACKLIST= auto/Search/Xapian/.packlist
|
|
|
|
.include "../../textproc/xapian/buildlink3.mk"
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|