02546306b0
No release note nor change log. Please refer commit log <https://github.com/s-yata/marisa-trie/commits/master> in detail. 0.2.5 (2018-05-19) 0.2.6 (2020-06-14) This commit also updates language binding packages: p5-marisa, py-marisa and ruby-marisa.
22 lines
506 B
Makefile
22 lines
506 B
Makefile
# $NetBSD: Makefile,v 1.10 2021/12/12 13:55:13 taca Exp $
|
|
|
|
.include "../../textproc/marisa/Makefile.common"
|
|
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES+= perl5
|
|
|
|
COMMENT= MARISA perl module
|
|
|
|
USE_LANGUAGES= c c++
|
|
|
|
CONFIGURE_DIRS= bindings/perl
|
|
|
|
PERL5_PACKLIST= auto/marisa/.packlist
|
|
|
|
post-extract:
|
|
${RM} ${WRKSRC}/bindings/perl/sample.pl
|
|
|
|
BUILDLINK_API_DEPENDS.marisa+= marisa>=${PKGVERSION_NOREV}
|
|
.include "../../textproc/marisa/buildlink3.mk"
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|