diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-02-01 21:33:12 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-02-01 21:33:12 +0000 |
commit | 65613c73262957a815138370dbef2c4ecaefd54c (patch) | |
tree | a40cb24a092e29ad154d02d1efbf7109769b4fdd /devel/p5-Module-Load | |
parent | f80c4e0107d7ea485dc02a92e1aca6af343107f3 (diff) | |
download | ports-65613c73262957a815138370dbef2c4ecaefd54c.tar.gz ports-65613c73262957a815138370dbef2c4ecaefd54c.zip |
Notes
Diffstat (limited to 'devel/p5-Module-Load')
-rw-r--r-- | devel/p5-Module-Load/Makefile | 10 | ||||
-rw-r--r-- | devel/p5-Module-Load/distinfo | 4 | ||||
-rw-r--r-- | devel/p5-Module-Load/pkg-descr | 4 |
3 files changed, 7 insertions, 11 deletions
diff --git a/devel/p5-Module-Load/Makefile b/devel/p5-Module-Load/Makefile index fc1708fcab4a..8eba506e859f 100644 --- a/devel/p5-Module-Load/Makefile +++ b/devel/p5-Module-Load/Makefile @@ -1,18 +1,14 @@ -# New ports collection makefile for: devel/p5-Module-Load -# Date created: 15 December 2004 -# Whom: Anton Berezin <tobez@FreeBSD.org> -# +# Created by: Anton Berezin <tobez@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Module-Load -PORTVERSION= 0.22 +PORTVERSION= 0.24 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org -COMMENT= Module::Load - runtime require of both modules and files +COMMENT= Runtime require of both modules and files LICENSE= ART10 GPLv1 LICENSE_COMB= dual diff --git a/devel/p5-Module-Load/distinfo b/devel/p5-Module-Load/distinfo index 42c6ca6cc613..01cc3e3966cb 100644 --- a/devel/p5-Module-Load/distinfo +++ b/devel/p5-Module-Load/distinfo @@ -1,2 +1,2 @@ -SHA256 (Module-Load-0.22.tar.gz) = 76561f39480332f2a54843ce1315db97c5011c33fc172a2942e790d5be5115f2 -SIZE (Module-Load-0.22.tar.gz) = 6021 +SHA256 (Module-Load-0.24.tar.gz) = da16ec02899d39e0e7aeeced876350fb530d811f3468a64298f085db8ca56a82 +SIZE (Module-Load-0.24.tar.gz) = 6089 diff --git a/devel/p5-Module-Load/pkg-descr b/devel/p5-Module-Load/pkg-descr index 81bfc3de3d97..28cbaf137ea8 100644 --- a/devel/p5-Module-Load/pkg-descr +++ b/devel/p5-Module-Load/pkg-descr @@ -1,4 +1,4 @@ -load() eliminates the need to know whether you are trying to require -either a file or a module. +load() eliminates the need to know whether you are trying to require either a +file or a module. WWW: http://search.cpan.org/dist/Module-Load/ |