1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00

Add p5-AutoLoader, a module that loads subroutines only on demand.

This commit is contained in:
Rong-En Fan 2007-01-18 06:21:18 +00:00
parent 43aedc80a1
commit 0b7f0c1d94
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=182689
5 changed files with 40 additions and 0 deletions

View File

@ -818,6 +818,7 @@
SUBDIR += p5-Attribute-Handlers
SUBDIR += p5-Attribute-Handlers-Prospective
SUBDIR += p5-Attribute-Persistent
SUBDIR += p5-AutoLoader
SUBDIR += p5-B-Deobfuscate
SUBDIR += p5-B-Graph
SUBDIR += p5-B-Keywords

View File

@ -0,0 +1,28 @@
# New ports collection makefile for: p5-AutoLoader
# Date created: Jan 18 2007
# Whom: Rong-En Fan <rafan@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= AutoLoader
PORTVERSION= 5.63
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ${PORTNAME}
PKGNAMEPREFIX= p5-
MAINTAINER= rafan@FreeBSD.org
COMMENT= Load subroutines only on demand
PERL_CONFIGURE= yes
MAN3= AutoLoader.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500601
IGNORE= this program only support perl 5.6.1 or above
.endif
.include <bsd.port.post.mk>

View File

@ -0,0 +1,3 @@
MD5 (AutoLoader-5.63.tar.gz) = e1c37fc322a309ec9881ad83a2487bb6
SHA256 (AutoLoader-5.63.tar.gz) = aded4965e59c263c1d76ffc4843e15484a4a160081697ce00c2b25c596f12a8c
SIZE (AutoLoader-5.63.tar.gz) = 15982

View File

@ -0,0 +1,5 @@
The AutoLoader module works with the AutoSplit module and the "__END__"
token to defer the loading of some subroutines until they are used
rather than loading them all at once.
WWW: http://search.cpan.org/dist/AutoLoader/

View File

@ -0,0 +1,3 @@
%%SITE_PERL%%/AutoLoader.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/AutoLoader/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/AutoLoader