pkgsrc/devel/p5-Devel-Caller-IgnoreNamespaces/Makefile
wiz f82ff1720e devel/p5-Devel-Caller-IgnoreNamespaces: import p5-Devel-Caller-IgnoreNamespaces-1.1
Make available a magic caller() which can ignore namespaces that
you tell it about.
2017-11-08 21:35:32 +00:00

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"