mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
Add devel/p5-Lexical-Alias 0.04, a Perl module to make a lexical
variable be an alias for another variable.
This commit is contained in:
parent
158a19e086
commit
e3cfb502c0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=188206
@ -1233,6 +1233,7 @@
|
||||
SUBDIR += p5-Iterator-Misc
|
||||
SUBDIR += p5-Iterator-Util
|
||||
SUBDIR += p5-Java
|
||||
SUBDIR += p5-Lexical-Alias
|
||||
SUBDIR += p5-Lexical-Persistence
|
||||
SUBDIR += p5-List-Cycle
|
||||
SUBDIR += p5-List-Group
|
||||
|
22
devel/p5-Lexical-Alias/Makefile
Normal file
22
devel/p5-Lexical-Alias/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# New ports collection makefile for: devel/p5-Lexical-Alias
|
||||
# Date created: 24 March 2007
|
||||
# Whom: Anton Berezin <tobez@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Lexical-Alias
|
||||
PORTVERSION= 0.04
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Lexical
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= tobez@FreeBSD.org
|
||||
COMMENT= Makes a lexical an alias for another variable
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Lexical::Alias.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/p5-Lexical-Alias/distinfo
Normal file
3
devel/p5-Lexical-Alias/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Lexical-Alias-0.04.tar.gz) = 42b6ce03b3837ba80af51687ddb323ab
|
||||
SHA256 (Lexical-Alias-0.04.tar.gz) = 9eaa909042c148379b9535950d31b071edc36cedfbcc2d3b1b498f14cc6719d1
|
||||
SIZE (Lexical-Alias-0.04.tar.gz) = 4111
|
5
devel/p5-Lexical-Alias/pkg-descr
Normal file
5
devel/p5-Lexical-Alias/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
This module allows you to alias a lexical variable to another variable
|
||||
(package or lexical). You will receive a fatal error if you try
|
||||
aliasing a scalar to something that is not a scalar etc.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Lexical-Alias/
|
7
devel/p5-Lexical-Alias/pkg-plist
Normal file
7
devel/p5-Lexical-Alias/pkg-plist
Normal file
@ -0,0 +1,7 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/Lexical/Alias.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Lexical/Alias/.packlist
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Lexical/Alias/Alias.bs
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Lexical/Alias/Alias.so
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lexical/Alias
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lexical
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Lexical
|
Loading…
Reference in New Issue
Block a user