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
577 B
Makefile
23 lines
577 B
Makefile
# $NetBSD: Makefile,v 1.12 2014/05/29 23:37:49 wiz Exp $
|
|
|
|
.include "../../textproc/mecab/Makefile.common"
|
|
|
|
DISTNAME= mecab-perl-${MECAB_VERSION}
|
|
PKGNAME= p5-mecab-${MECAB_VERSION}
|
|
PKGREVISION= 2
|
|
CATEGORIES+= perl5
|
|
|
|
COMMENT= MeCab perl module
|
|
LICENSE= gnu-gpl-v2 OR gnu-lgpl-v2.1 OR modified-bsd
|
|
|
|
PERL5_CONFIGURE= yes
|
|
USE_LANGUAGES= c++
|
|
|
|
PERL5_PACKLIST= auto/MeCab/.packlist
|
|
REPLACE_PERL+= test.pl
|
|
|
|
BUILDLINK_API_DEPENDS.mecab+= mecab>=${MECAB_VERSION}
|
|
|
|
.include "../../textproc/mecab/buildlink3.mk"
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|