2016-06-08 21:22:13 +02:00
|
|
|
# $NetBSD: Makefile,v 1.4 2016/06/08 19:24:47 wiz Exp $
|
2014-05-24 12:21:13 +02:00
|
|
|
|
|
|
|
.include "../../textproc/marisa/Makefile.common"
|
|
|
|
|
|
|
|
PKGNAME= p5-${DISTNAME}
|
2016-06-08 21:22:13 +02:00
|
|
|
PKGREVISION= 3
|
2014-05-24 12:21:13 +02:00
|
|
|
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"
|