summaryrefslogtreecommitdiff
path: root/devel/p5-Class-Autouse/Makefile
diff options
context:
space:
mode:
authorepg <epg>2005-03-03 04:21:33 +0000
committerepg <epg>2005-03-03 04:21:33 +0000
commiteff42288befecf3611929c57ff05e4b72173d1e6 (patch)
tree8a7ff4b8b27c9ed26aec6632ab45991ac5f1455d /devel/p5-Class-Autouse/Makefile
parentcbd6b38d4c759a13520408fa8b7652659994e8a8 (diff)
downloadpkgsrc-eff42288befecf3611929c57ff05e4b72173d1e6.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/p5-Class-Autouse/Makefile')
-rw-r--r--devel/p5-Class-Autouse/Makefile21
1 files changed, 21 insertions, 0 deletions
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"