diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2005-07-13 11:35:09 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2005-07-13 11:35:09 +0000 |
commit | c37dbdf6cf8a28767bece09d584c508c80db8d55 (patch) | |
tree | 31d392250f2eef0479e75e6742c00d67760d29a8 | |
parent | 9ef2b39207a34338db9c4e6cd5087a7c6008720e (diff) | |
download | ports-c37dbdf6cf8a28767bece09d584c508c80db8d55.tar.gz ports-c37dbdf6cf8a28767bece09d584c508c80db8d55.zip |
Notes
-rw-r--r-- | www/p5-Catalyst-Plugin-Prototype/Makefile | 8 | ||||
-rw-r--r-- | www/p5-Catalyst-Plugin-Prototype/distinfo | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/www/p5-Catalyst-Plugin-Prototype/Makefile b/www/p5-Catalyst-Plugin-Prototype/Makefile index dd85828baed8..3693a6ee80d3 100644 --- a/www/p5-Catalyst-Plugin-Prototype/Makefile +++ b/www/p5-Catalyst-Plugin-Prototype/Makefile @@ -6,13 +6,13 @@ # PORTNAME= Catalyst-Plugin-Prototype -PORTVERSION= 0.01 +PORTVERSION= 1.31 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= ../by-authors/id/S/SR/SRI PKGNAMEPREFIX= p5- -MAINTAINER= lth@FreeBSD.org +MAINTAINER= lars@balker.dk COMMENT= Catalyst plugin for Prototype BUILD_DEPENDS= ${SITE_PERL}/Catalyst.pm:${PORTSDIR}/www/p5-Catalyst \ @@ -26,7 +26,7 @@ MAN3= Catalyst::Helper::Prototype.3 \ Catalyst::Plugin::Prototype.3 .include <bsd.port.pre.mk> -.if ${PERL_LEVEL} <= 500503 -IGNORE= requires Perl 5.6. Install lang/perl5 or lang/perl5.8, and try again +.if ${PERL_LEVEL} < 500801 +IGNORE= requires Perl 5.8.1. Install lang/perl5.8, and try again .endif .include <bsd.port.post.mk> diff --git a/www/p5-Catalyst-Plugin-Prototype/distinfo b/www/p5-Catalyst-Plugin-Prototype/distinfo index 6c8431d095e1..d56baec5c06a 100644 --- a/www/p5-Catalyst-Plugin-Prototype/distinfo +++ b/www/p5-Catalyst-Plugin-Prototype/distinfo @@ -1,2 +1,2 @@ -MD5 (Catalyst-Plugin-Prototype-0.01.tar.gz) = 63f3af731a430bf3f2f523cceacd05f3 -SIZE (Catalyst-Plugin-Prototype-0.01.tar.gz) = 2046 +MD5 (Catalyst-Plugin-Prototype-1.31.tar.gz) = 333cd51b977eb30bc43855e8053d4125 +SIZE (Catalyst-Plugin-Prototype-1.31.tar.gz) = 2210 |