summaryrefslogtreecommitdiff
path: root/devel/p5-aliased
diff options
context:
space:
mode:
authorseb <seb@pkgsrc.org>2008-09-08 21:55:25 +0000
committerseb <seb@pkgsrc.org>2008-09-08 21:55:25 +0000
commitaf683de029e0a0e3e2a802dece8f3c079b0f0e76 (patch)
tree09dc5232bd95b50ae909e42f972510f7ee9b23cc /devel/p5-aliased
parentfbf51c8d8cf0526fdc5069dd01df5c52c3386580 (diff)
downloadpkgsrc-af683de029e0a0e3e2a802dece8f3c079b0f0e76.tar.gz
Initial import of p5-aliased version 0.22 in the NetBSD Packages
Collection. The Perl 5 module aliased is simple in concept but is a rather handy module. It loads the class you specify and exports into your namespace a subroutine that returns the class name. You can explicitly alias the class to another name or, if you prefer, you can do so implicitly. In the latter case, the name of the subroutine is the last part of the class name.
Diffstat (limited to 'devel/p5-aliased')
-rw-r--r--devel/p5-aliased/DESCR6
-rw-r--r--devel/p5-aliased/Makefile19
-rw-r--r--devel/p5-aliased/distinfo5
3 files changed, 30 insertions, 0 deletions
diff --git a/devel/p5-aliased/DESCR b/devel/p5-aliased/DESCR
new file mode 100644
index 00000000000..2dafd760cd4
--- /dev/null
+++ b/devel/p5-aliased/DESCR
@@ -0,0 +1,6 @@
+The Perl 5 module aliased is simple in concept but is a rather
+handy module. It loads the class you specify and exports into your
+namespace a subroutine that returns the class name. You can explicitly
+alias the class to another name or, if you prefer, you can do so
+implicitly. In the latter case, the name of the subroutine is the
+last part of the class name.
diff --git a/devel/p5-aliased/Makefile b/devel/p5-aliased/Makefile
new file mode 100644
index 00000000000..c7eac29b2d4
--- /dev/null
+++ b/devel/p5-aliased/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/09/08 21:55:25 seb Exp $
+#
+
+DISTNAME= aliased-0.22
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/O/OV/OVID/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://search.cpan.org/dist/aliased/
+COMMENT= Perl 5 module for use of shorter versions of class names
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST= auto/aliased/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/p5-aliased/distinfo b/devel/p5-aliased/distinfo
new file mode 100644
index 00000000000..cc59f5bc606
--- /dev/null
+++ b/devel/p5-aliased/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/09/08 21:55:25 seb Exp $
+
+SHA1 (aliased-0.22.tar.gz) = 9118f7962de5c5dd992c113944c8c88db6f88dcd
+RMD160 (aliased-0.22.tar.gz) = 916ca5d288ce31738c2481a51232acfa1cc28fe2
+Size (aliased-0.22.tar.gz) = 6596 bytes