diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-01-18 06:21:18 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-01-18 06:21:18 +0000 |
commit | 0b7f0c1d941695d193ca37ff3ef94ad7dc1ea3cc (patch) | |
tree | ca42497f2fc9959645d167eeaff0aee9ac4bbdc9 /devel/p5-AutoLoader | |
parent | 43aedc80a1410954afa562a62e1c23f40bbaadb0 (diff) | |
download | ports-0b7f0c1d941695d193ca37ff3ef94ad7dc1ea3cc.tar.gz ports-0b7f0c1d941695d193ca37ff3ef94ad7dc1ea3cc.zip |
Notes
Diffstat (limited to 'devel/p5-AutoLoader')
-rw-r--r-- | devel/p5-AutoLoader/Makefile | 28 | ||||
-rw-r--r-- | devel/p5-AutoLoader/distinfo | 3 | ||||
-rw-r--r-- | devel/p5-AutoLoader/pkg-descr | 5 | ||||
-rw-r--r-- | devel/p5-AutoLoader/pkg-plist | 3 |
4 files changed, 39 insertions, 0 deletions
diff --git a/devel/p5-AutoLoader/Makefile b/devel/p5-AutoLoader/Makefile new file mode 100644 index 000000000000..eebf16523e5c --- /dev/null +++ b/devel/p5-AutoLoader/Makefile @@ -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> diff --git a/devel/p5-AutoLoader/distinfo b/devel/p5-AutoLoader/distinfo new file mode 100644 index 000000000000..038ec7491f46 --- /dev/null +++ b/devel/p5-AutoLoader/distinfo @@ -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 diff --git a/devel/p5-AutoLoader/pkg-descr b/devel/p5-AutoLoader/pkg-descr new file mode 100644 index 000000000000..c337d2feca03 --- /dev/null +++ b/devel/p5-AutoLoader/pkg-descr @@ -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/ diff --git a/devel/p5-AutoLoader/pkg-plist b/devel/p5-AutoLoader/pkg-plist new file mode 100644 index 000000000000..6b5843ce3610 --- /dev/null +++ b/devel/p5-AutoLoader/pkg-plist @@ -0,0 +1,3 @@ +%%SITE_PERL%%/AutoLoader.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/AutoLoader/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/AutoLoader |