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:
parent
43aedc80a1
commit
0b7f0c1d94
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=182689
@ -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
|
||||
|
28
devel/p5-AutoLoader/Makefile
Normal file
28
devel/p5-AutoLoader/Makefile
Normal 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>
|
3
devel/p5-AutoLoader/distinfo
Normal file
3
devel/p5-AutoLoader/distinfo
Normal 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
|
5
devel/p5-AutoLoader/pkg-descr
Normal file
5
devel/p5-AutoLoader/pkg-descr
Normal 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/
|
3
devel/p5-AutoLoader/pkg-plist
Normal file
3
devel/p5-AutoLoader/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
%%SITE_PERL%%/AutoLoader.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/AutoLoader/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/AutoLoader
|
Loading…
Reference in New Issue
Block a user