7eeb51b534
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
23 lines
519 B
Makefile
23 lines
519 B
Makefile
# $NetBSD: Makefile,v 1.2 2014/05/29 23:37:49 wiz Exp $
|
|
|
|
.include "../../textproc/marisa/Makefile.common"
|
|
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 1
|
|
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"
|