19 lines
592 B
Makefile
19 lines
592 B
Makefile
# $NetBSD: Makefile,v 1.6 2016/06/08 19:23:46 wiz Exp $
|
|
|
|
DISTNAME= circular-require-0.11
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 2
|
|
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"
|