aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authortobez <tobez@FreeBSD.org>2007-03-25 04:18:25 +0800
committertobez <tobez@FreeBSD.org>2007-03-25 04:18:25 +0800
commit5f3d8c688fa203ff3af350689a3ea6db08ad75cd (patch)
treebf01ebfc8169283b3b62f392cfaacba5416b028c /devel
parenta221cb84fe2add0d2a1db0faadb6ce0134308b00 (diff)
downloadfreebsd-ports-gnome-5f3d8c688fa203ff3af350689a3ea6db08ad75cd.tar.gz
freebsd-ports-gnome-5f3d8c688fa203ff3af350689a3ea6db08ad75cd.tar.zst
freebsd-ports-gnome-5f3d8c688fa203ff3af350689a3ea6db08ad75cd.zip
Add devel/p5-Lexical-Alias 0.04, a Perl module to make a lexical
variable be an alias for another variable.
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile1
-rw-r--r--devel/p5-Lexical-Alias/Makefile22
-rw-r--r--devel/p5-Lexical-Alias/distinfo3
-rw-r--r--devel/p5-Lexical-Alias/pkg-descr5
-rw-r--r--devel/p5-Lexical-Alias/pkg-plist7
5 files changed, 38 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 7e6d2fad47d0..73244989160c 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -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
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