pkgsrc/devel/p5-Devel-LexAlias/Makefile
abs 6b4803d753 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.
2008-07-14 09:25:04 +00:00

20 lines
548 B
Makefile

# $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"