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
746 B
Makefile
23 lines
746 B
Makefile
# $NetBSD: Makefile,v 1.6 2013/05/31 12:40:05 wiz Exp $
|
|
|
|
DISTNAME= B-Hooks-OP-Check-StashChange-0.06
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 4
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=B/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/B-Hooks-OP-Check-StashChange/
|
|
COMMENT= Invoke callbacks when the stash code is being compiled in changes
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
BUILD_DEPENDS+= p5-ExtUtils-Depends-[0-9]*:../../devel/p5-ExtUtils-Depends
|
|
|
|
DEPENDS+= p5-parent-[0-9]*:../../devel/p5-parent
|
|
|
|
USE_LANGUAGES= c
|
|
PERL5_PACKLIST= auto/B/Hooks/OP/Check/StashChange/.packlist
|
|
|
|
.include "../../devel/p5-B-Hooks-OP-Check/buildlink3.mk"
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|