f82ff1720e
Make available a magic caller() which can ignore namespaces that you tell it about.
17 lines
543 B
Makefile
17 lines
543 B
Makefile
# $NetBSD: Makefile,v 1.1 2017/11/08 21:35:32 wiz Exp $
|
|
|
|
DISTNAME= Devel-Caller-IgnoreNamespaces-1.1
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Devel/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Devel-Caller-IgnoreNamespaces/
|
|
COMMENT= Provide caller that ignores specific namespaces
|
|
LICENSE= artistic OR gnu-gpl-v2
|
|
|
|
#USE_LANGUAGES= c
|
|
PERL5_PACKLIST= auto/Devel/Caller/IgnoreNamespaces/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|