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.
19 lines
439 B
Makefile
19 lines
439 B
Makefile
# $NetBSD: Makefile,v 1.9 2014/05/29 23:37:49 wiz Exp $
|
|
|
|
.include "../../textproc/cabocha/Makefile.common"
|
|
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 1
|
|
|
|
COMMENT= CaboCha perl module
|
|
|
|
USE_LANGUAGES= c++
|
|
|
|
CONFIGURE_DIRS= perl
|
|
|
|
PERL5_PACKLIST= auto/CaboCha/.packlist
|
|
|
|
BUILDLINK_API_DEPENDS.cabocha+= cabocha>=${PKGVERSION_NOREV}
|
|
.include "../../textproc/cabocha/buildlink3.mk"
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|