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.
21 lines
464 B
Makefile
21 lines
464 B
Makefile
# $NetBSD: Makefile,v 1.6 2013/05/31 12:41:10 wiz Exp $
|
|
#
|
|
|
|
.include "../../inputmethod/zinnia/Makefile.common"
|
|
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 4
|
|
|
|
COMMENT= Zinnia perl module
|
|
|
|
USE_TOOLS+= pkg-config
|
|
USE_LANGUAGES= c++
|
|
|
|
CONFIGURE_DIRS= perl
|
|
|
|
PERL5_PACKLIST= auto/zinnia/.packlist
|
|
|
|
BUILDLINK_API_DEPENDS.zinnia+= zinnia>=${PKGVERSION_NOREV}
|
|
.include "../../inputmethod/zinnia/buildlink3.mk"
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|