Initial import of p5-Devel-EvalContext version 0.09 in the NetBSD
Packages Collection. The Perl 5 module Devel::EvalContext provides the capability to use Perl's eval primitive in a specified environment.
This commit is contained in:
parent
6c6aa95c64
commit
97fd2fdddd
3 changed files with 30 additions and 0 deletions
2
devel/p5-Devel-EvalContext/DESCR
Normal file
2
devel/p5-Devel-EvalContext/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
The Perl 5 module Devel::EvalContext provides the capability
|
||||
to use Perl's eval primitive in a specified environment.
|
23
devel/p5-Devel-EvalContext/Makefile
Normal file
23
devel/p5-Devel-EvalContext/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2008/09/14 19:56:11 seb Exp $
|
||||
#
|
||||
|
||||
DISTNAME= Devel-EvalContext-0.09
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Devel/}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://search.cpan.org/Devel-EvalContext/
|
||||
COMMENT= Perl 5 module to save lexicals and hints between calls to eval
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
USE_LANGUAGES= # empty
|
||||
PERL5_PACKLIST= auto/Devel/EvalContext/.packlist
|
||||
|
||||
DEPENDS+= p5-Data-Alias>=1.01:../../devel/p5-Data-Alias
|
||||
DEPENDS+= p5-PadWalker>=1.0:../../devel/p5-PadWalker
|
||||
DEPENDS+= p5-YAML>=0.62:../../textproc/p5-YAML
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
5
devel/p5-Devel-EvalContext/distinfo
Normal file
5
devel/p5-Devel-EvalContext/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2008/09/14 19:56:11 seb Exp $
|
||||
|
||||
SHA1 (Devel-EvalContext-0.09.tar.gz) = c5ff983a9af479cacd8763b682866b2d8a9dd301
|
||||
RMD160 (Devel-EvalContext-0.09.tar.gz) = 8256144f75683c02384dde428c546dbdd9e5ef37
|
||||
Size (Devel-EvalContext-0.09.tar.gz) = 5162 bytes
|
Loading…
Reference in a new issue