diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2005-10-06 11:30:44 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2005-10-06 11:30:44 +0000 |
commit | 829122635c43665d48f3b7b3ca3abed758231c0b (patch) | |
tree | b43eca469e8846b0a0e1b0a268f463ce0dc5081b /devel/p5-Log-Agent | |
parent | c458062e5dd1fe72989ac3341046415fc8e27f72 (diff) | |
download | ports-829122635c43665d48f3b7b3ca3abed758231c0b.tar.gz ports-829122635c43665d48f3b7b3ca3abed758231c0b.zip |
Notes
Diffstat (limited to 'devel/p5-Log-Agent')
-rw-r--r-- | devel/p5-Log-Agent/Makefile | 12 | ||||
-rw-r--r-- | devel/p5-Log-Agent/distinfo | 4 |
2 files changed, 11 insertions, 5 deletions
diff --git a/devel/p5-Log-Agent/Makefile b/devel/p5-Log-Agent/Makefile index 6a1a435b62f6..12668a396f99 100644 --- a/devel/p5-Log-Agent/Makefile +++ b/devel/p5-Log-Agent/Makefile @@ -6,13 +6,13 @@ # PORTNAME= Log-Agent -PORTVERSION= 0.306 +PORTVERSION= 0.307 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Log PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= A set of perl modules that allows you to enhance logging capabilities PERL_CONFIGURE= yes @@ -41,4 +41,10 @@ MAN3= Log::Agent.3 \ Log::Agent::Tag::String.3 \ Log::Agent::Tag_List.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500600 +IGNORE= Port requires perl 5.6.0 or later. Install lang/perl5.8 and try again +.endif + +.include <bsd.port.post.mk> diff --git a/devel/p5-Log-Agent/distinfo b/devel/p5-Log-Agent/distinfo index 8b4ae3b57fa4..410dc9af61cf 100644 --- a/devel/p5-Log-Agent/distinfo +++ b/devel/p5-Log-Agent/distinfo @@ -1,2 +1,2 @@ -MD5 (Log-Agent-0.306.tar.gz) = e15dc9b6897af5227160ed3a44a993f9 -SIZE (Log-Agent-0.306.tar.gz) = 55597 +MD5 (Log-Agent-0.307.tar.gz) = b0eef9bbeb122c3caef4c671ba8ec9eb +SIZE (Log-Agent-0.307.tar.gz) = 55238 |