summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorepg <epg>2005-03-03 04:21:33 +0000
committerepg <epg>2005-03-03 04:21:33 +0000
commit081e1183e326c68510ced7cf0b7004ea9ca4fefa (patch)
tree8a7ff4b8b27c9ed26aec6632ab45991ac5f1455d /devel
parent74afd0752efb02036e81654c0753bd23edbe61bd (diff)
downloadpkgsrc-081e1183e326c68510ced7cf0b7004ea9ca4fefa.tar.gz
Import p5-Class-Autouse-1.16.
Class::Autouse allows you to specify a class that will only load when a method of that class is called. For large classes that might not be used during the running of a program, such as Date::Manip, this can save you large amounts of memory, and decrease the script load time.
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-Class-Autouse/DESCR5
-rw-r--r--devel/p5-Class-Autouse/Makefile21
-rw-r--r--devel/p5-Class-Autouse/PLIST1
-rw-r--r--devel/p5-Class-Autouse/distinfo4
4 files changed, 31 insertions, 0 deletions
diff --git a/devel/p5-Class-Autouse/DESCR b/devel/p5-Class-Autouse/DESCR
new file mode 100644
index 00000000000..0d692784116
--- /dev/null
+++ b/devel/p5-Class-Autouse/DESCR
@@ -0,0 +1,5 @@
+Class::Autouse allows you to specify a class that will only load
+when a method of that class is called. For large classes that
+might not be used during the running of a program, such as Date::Manip,
+this can save you large amounts of memory, and decrease the script
+load time.
diff --git a/devel/p5-Class-Autouse/Makefile b/devel/p5-Class-Autouse/Makefile
new file mode 100644
index 00000000000..dc7f7cc11cd
--- /dev/null
+++ b/devel/p5-Class-Autouse/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/03/03 04:21:33 epg Exp $
+
+DISTNAME= Class-Autouse-1.16
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Class/}
+
+MAINTAINER= tech-pkg@NetBSD.org
+COMMENT= Run-time class loading on first method call
+
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
+USE_BUILDLINK3= YES
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Class/Autouse/.packlist
+
+MAKE_ENV+= PERL_EXTUTILS_AUTOINSTALL=--skip
+
+DEPENDS+= p5-ExtUtils-AutoInstall>=0.61:../../devel/p5-ExtUtils-AutoInstall
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/p5-Class-Autouse/PLIST b/devel/p5-Class-Autouse/PLIST
new file mode 100644
index 00000000000..f012c86c741
--- /dev/null
+++ b/devel/p5-Class-Autouse/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/03/03 04:21:33 epg Exp $
diff --git a/devel/p5-Class-Autouse/distinfo b/devel/p5-Class-Autouse/distinfo
new file mode 100644
index 00000000000..f2d40748d0f
--- /dev/null
+++ b/devel/p5-Class-Autouse/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2005/03/03 04:21:33 epg Exp $
+
+SHA1 (Class-Autouse-1.16.tar.gz) = 171e25bc291b9fa6fabbcaa99d64f872d2af7d9e
+Size (Class-Autouse-1.16.tar.gz) = 27144 bytes