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.
This commit is contained in:
parent
15603fd2b1
commit
f82ff1720e
3 changed files with 25 additions and 0 deletions
2
devel/p5-Devel-Caller-IgnoreNamespaces/DESCR
Normal file
2
devel/p5-Devel-Caller-IgnoreNamespaces/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
Make available a magic caller() which can ignore namespaces that
|
||||
you tell it about.
|
17
devel/p5-Devel-Caller-IgnoreNamespaces/Makefile
Normal file
17
devel/p5-Devel-Caller-IgnoreNamespaces/Makefile
Normal file
|
@ -0,0 +1,17 @@
|
|||
# $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"
|
6
devel/p5-Devel-Caller-IgnoreNamespaces/distinfo
Normal file
6
devel/p5-Devel-Caller-IgnoreNamespaces/distinfo
Normal file
|
@ -0,0 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.1 2017/11/08 21:35:32 wiz Exp $
|
||||
|
||||
SHA1 (Devel-Caller-IgnoreNamespaces-1.1.tar.gz) = 513285c6204584707cce88e5785a88d3c5c2dbcb
|
||||
RMD160 (Devel-Caller-IgnoreNamespaces-1.1.tar.gz) = 7b868de75916154d9ae0c97bb6fd3d03d190cf1c
|
||||
SHA512 (Devel-Caller-IgnoreNamespaces-1.1.tar.gz) = aebae00229f1496523d04d3ff1baa53b226f615532140876b65cf8ed46e26129934ef886f0e280db0f1323ea8945187afdf864b14923e866cc89e9b7ee767945
|
||||
Size (Devel-Caller-IgnoreNamespaces-1.1.tar.gz) = 12831 bytes
|
Loading…
Reference in a new issue