[Changes contributed by Val Rosca, updated by Andreas Marienborg] - Wrap MatchSpy and ValueCountMatchSpy classes - Wrap Enquire's add_matchspy and clear_matchspies methods, keeping track of references to Perl MatchSpy objects to avoid leaks. - t/facets.t [Changes contributed by Olly Betts] - Fix infinite loop trying to build with CPANPLUS (fixes #692, reported by Andreas Vögele). - t/termgenerator.t: If a memory leak is detected, report how many objects were allocated before and after the test. - Allow for "_gitN" tag on snapshots when checking for version compatibility with xapian-core. - META.yml: Fix specified licence to be a valid name ('perl' instead of 'perl_5').
20 lines
578 B
Makefile
20 lines
578 B
Makefile
# $NetBSD: Makefile,v 1.22 2016/01/13 21:09:19 schmonz Exp $
|
|
#
|
|
|
|
DISTNAME= Search-Xapian-1.2.22.0
|
|
PKGNAME= ${DISTNAME:S/^/p5-/}
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Search/}
|
|
|
|
MAINTAINER= schmonz@NetBSD.org
|
|
HOMEPAGE= http://xapian.org/docs/bindings/perl/Search/Xapian.html
|
|
COMMENT= Perl XS frontend to the Xapian C++ search library
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
USE_LANGUAGES= c++
|
|
|
|
PERL5_PACKLIST= auto/Search/Xapian/.packlist
|
|
|
|
.include "../../textproc/xapian/buildlink3.mk"
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|