diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2005-05-24 12:00:28 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2005-05-24 12:00:28 +0000 |
commit | 304cdd474ba1291a15ba2e271ce441a095e1fef7 (patch) | |
tree | 05c7e89d1387289b49781a68abbb88921e52c35a | |
parent | 819ac1e5dc45de78ae5f94659fe01ccf482596d8 (diff) | |
download | ports-304cdd474ba1291a15ba2e271ce441a095e1fef7.tar.gz ports-304cdd474ba1291a15ba2e271ce441a095e1fef7.zip |
Notes
-rw-r--r-- | textproc/p5-Text-Autoformat/Makefile | 10 | ||||
-rw-r--r-- | textproc/p5-Text-Autoformat/distinfo | 4 |
2 files changed, 10 insertions, 4 deletions
diff --git a/textproc/p5-Text-Autoformat/Makefile b/textproc/p5-Text-Autoformat/Makefile index 1debf480d6d6..efd92d9378a0 100644 --- a/textproc/p5-Text-Autoformat/Makefile +++ b/textproc/p5-Text-Autoformat/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Text-Autoformat -PORTVERSION= 1.12 +PORTVERSION= 1.13 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Text @@ -22,4 +22,10 @@ PERL_CONFIGURE= yes MAN3= Text::Autoformat.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500600 +IGNORE= Requires at least perl 5.6.0, use lang/perl5.8 or lang/perl5. +.endif + +.include <bsd.port.post.mk> diff --git a/textproc/p5-Text-Autoformat/distinfo b/textproc/p5-Text-Autoformat/distinfo index 33d99ad4d942..ce85a3c4737d 100644 --- a/textproc/p5-Text-Autoformat/distinfo +++ b/textproc/p5-Text-Autoformat/distinfo @@ -1,2 +1,2 @@ -MD5 (Text-Autoformat-1.12.tar.gz) = a5a588e7a2d98fc8e8f196db71290dc0 -SIZE (Text-Autoformat-1.12.tar.gz) = 16658 +MD5 (Text-Autoformat-1.13.tar.gz) = 1a944e3e21e176178bb4f87a6068f041 +SIZE (Text-Autoformat-1.13.tar.gz) = 17431 |