diff options
author | abs <abs@pkgsrc.org> | 2008-07-14 09:25:04 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2008-07-14 09:25:04 +0000 |
commit | 6b4803d753b667394884d2807c4ee2d5f00985ba (patch) | |
tree | 8fa795f2e073a389caa5aca6069357945997946f /devel | |
parent | ad406c8d73a22e18435879433661462f0f5dd821 (diff) | |
download | pkgsrc-6b4803d753b667394884d2807c4ee2d5f00985ba.tar.gz |
Added devel/p5-Devel-LexAlias version 0.04
Devel::LexAlias provides the ability to alias a lexical variable
in a subroutines scope to one of your choosing.
If you don't know why you'd want to do this, I'd suggest that you
skip this module. If you think you have a use for it, I'd insist
on it.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Devel-LexAlias/DESCR | 6 | ||||
-rw-r--r-- | devel/p5-Devel-LexAlias/Makefile | 20 | ||||
-rw-r--r-- | devel/p5-Devel-LexAlias/distinfo | 5 |
3 files changed, 31 insertions, 0 deletions
diff --git a/devel/p5-Devel-LexAlias/DESCR b/devel/p5-Devel-LexAlias/DESCR new file mode 100644 index 00000000000..63e8534cf34 --- /dev/null +++ b/devel/p5-Devel-LexAlias/DESCR @@ -0,0 +1,6 @@ +Devel::LexAlias provides the ability to alias a lexical variable +in a subroutines scope to one of your choosing. + +If you don't know why you'd want to do this, I'd suggest that you +skip this module. If you think you have a use for it, I'd insist +on it. diff --git a/devel/p5-Devel-LexAlias/Makefile b/devel/p5-Devel-LexAlias/Makefile new file mode 100644 index 00000000000..0e57d40d575 --- /dev/null +++ b/devel/p5-Devel-LexAlias/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/07/14 09:25:04 abs Exp $ + +DISTNAME= Devel-LexAlias-0.04 +PKGNAME= p5-${DISTNAME} +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Devel/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/perldoc?Devel::LexAlias +COMMENT= Alias lexical variables + +DEPENDS+= p5-Devel-Caller>0.03:../../devel/p5-Devel-Caller + +USE_LANGUAGES= c +PERL5_PACKLIST= auto/Devel/LexAlias/.packlist + +PKG_DESTDIR_SUPPORT= user-destdir + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-Devel-LexAlias/distinfo b/devel/p5-Devel-LexAlias/distinfo new file mode 100644 index 00000000000..e1151747029 --- /dev/null +++ b/devel/p5-Devel-LexAlias/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2008/07/14 09:25:04 abs Exp $ + +SHA1 (Devel-LexAlias-0.04.tar.gz) = 8075bc5efa95247c293f5fc9568f17c961bb7965 +RMD160 (Devel-LexAlias-0.04.tar.gz) = 4be3f519225e1ba491f91fcfdb893f2908d144d5 +Size (Devel-LexAlias-0.04.tar.gz) = 2888 bytes |