2be2f7aa37
0.12 2016-03-17 - test changes only; elininate some order-of-loading problems
19 lines
669 B
Makefile
19 lines
669 B
Makefile
# $NetBSD: Makefile,v 1.8 2017/09/17 09:32:22 wiz Exp $
|
|
|
|
DISTNAME= circular-require-0.12
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/R/RJ/RJBS/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/circular-require/
|
|
COMMENT= Perl5 module to detect circularity in use/require statements
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-Package-Stash-[0-9]*:../../devel/p5-Package-Stash
|
|
DEPENDS+= p5-Devel-OverrideGlobalRequire-[0-9]*:../../devel/p5-Devel-OverrideGlobalRequire
|
|
|
|
PERL5_PACKLIST= auto/circular/require/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|