d2ca14a3f1
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
23 lines
577 B
Makefile
23 lines
577 B
Makefile
# $NetBSD: Makefile,v 1.11 2013/05/31 12:42:23 wiz Exp $
|
|
|
|
.include "../../textproc/mecab/Makefile.common"
|
|
|
|
DISTNAME= mecab-perl-${MECAB_VERSION}
|
|
PKGNAME= p5-mecab-${MECAB_VERSION}
|
|
PKGREVISION= 1
|
|
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"
|