pkgsrc/devel/p5-circular-require/Makefile
mef 2f5053d7bf Update to 0.11
---------------
0.11  2013-07-24
      - convert to Devel::OverrideGlobalRequire
2015-02-18 12:53:17 +00:00

18 lines
577 B
Makefile

# $NetBSD: Makefile,v 1.4 2015/02/18 12:53:17 mef Exp $
DISTNAME= circular-require-0.11
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/D/DO/DOY/}
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
PERL5_PACKLIST= auto/circular/require/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"