pkgsrc/textproc/p5-Search-Xapian/Makefile
schmonz da2978ca67 Update to 1.2.17.0. From the changelog:
- Bump the version to indicate compatibility with Xapian 1.2.17.
- t/symbol-test/Makefile.PL: Pass $CPPFLAGS and $CXXFLAGS from the
  environment through to the sub-build, fixing symbol-test.t failure
  when built with CPPFLAGS=-D_GLIBCXX_DEBUG. [Olly Betts]
2014-02-20 19:16:09 +00:00

20 lines
578 B
Makefile

# $NetBSD: Makefile,v 1.16 2014/02/20 19:16:09 schmonz Exp $
#
DISTNAME= Search-Xapian-1.2.17.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"