diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2007-03-24 20:18:25 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2007-03-24 20:18:25 +0000 |
commit | e3cfb502c06e0017abc67398730f317e2f509ab7 (patch) | |
tree | f14d2f13537fc5fd57ee4f74c81b21a0bfd56d93 /devel/p5-Lexical-Alias | |
parent | 158a19e086c61a2d22828f1d9b95f52e54ecc193 (diff) | |
download | ports-e3cfb502c06e0017abc67398730f317e2f509ab7.tar.gz ports-e3cfb502c06e0017abc67398730f317e2f509ab7.zip |
Add devel/p5-Lexical-Alias 0.04, a Perl module to make a lexical
variable be an alias for another variable.
Notes
Notes:
svn path=/head/; revision=188206
Diffstat (limited to 'devel/p5-Lexical-Alias')
-rw-r--r-- | devel/p5-Lexical-Alias/Makefile | 22 | ||||
-rw-r--r-- | devel/p5-Lexical-Alias/distinfo | 3 | ||||
-rw-r--r-- | devel/p5-Lexical-Alias/pkg-descr | 5 | ||||
-rw-r--r-- | devel/p5-Lexical-Alias/pkg-plist | 7 |
4 files changed, 37 insertions, 0 deletions
diff --git a/devel/p5-Lexical-Alias/Makefile b/devel/p5-Lexical-Alias/Makefile new file mode 100644 index 000000000000..3b98319a9827 --- /dev/null +++ b/devel/p5-Lexical-Alias/Makefile @@ -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> diff --git a/devel/p5-Lexical-Alias/distinfo b/devel/p5-Lexical-Alias/distinfo new file mode 100644 index 000000000000..5014dfa126ff --- /dev/null +++ b/devel/p5-Lexical-Alias/distinfo @@ -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 diff --git a/devel/p5-Lexical-Alias/pkg-descr b/devel/p5-Lexical-Alias/pkg-descr new file mode 100644 index 000000000000..be8d258f4389 --- /dev/null +++ b/devel/p5-Lexical-Alias/pkg-descr @@ -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/ diff --git a/devel/p5-Lexical-Alias/pkg-plist b/devel/p5-Lexical-Alias/pkg-plist new file mode 100644 index 000000000000..7e57513f5398 --- /dev/null +++ b/devel/p5-Lexical-Alias/pkg-plist @@ -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 |