diff options
author | lth <lth@FreeBSD.org> | 2006-07-18 05:08:28 +0800 |
---|---|---|
committer | lth <lth@FreeBSD.org> | 2006-07-18 05:08:28 +0800 |
commit | f30c882c8574a2b8d056ed2b7b0ca79d331af2ed (patch) | |
tree | af07cb258fcc00cff4f989924630ea29a351eb73 /textproc | |
parent | e4d91755f6cb697def0559993a6581793da7df61 (diff) | |
download | freebsd-ports-graphics-f30c882c8574a2b8d056ed2b7b0ca79d331af2ed.tar.gz freebsd-ports-graphics-f30c882c8574a2b8d056ed2b7b0ca79d331af2ed.tar.zst freebsd-ports-graphics-f30c882c8574a2b8d056ed2b7b0ca79d331af2ed.zip |
Update to 0.18. Now requires Perl from ports.
PR: ports/100363
Submitted by: Gea-Suan Lin <gslin@gslin.org>
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Text-ASCIITable/Makefile | 10 | ||||
-rw-r--r-- | textproc/p5-Text-ASCIITable/distinfo | 6 |
2 files changed, 11 insertions, 5 deletions
diff --git a/textproc/p5-Text-ASCIITable/Makefile b/textproc/p5-Text-ASCIITable/Makefile index bfaa3b08f88..690754c5937 100644 --- a/textproc/p5-Text-ASCIITable/Makefile +++ b/textproc/p5-Text-ASCIITable/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Text-ASCIITable -PORTVERSION= 0.17 +PORTVERSION= 0.18 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Text @@ -32,4 +32,10 @@ post-install: @${ECHO_MSG} "===> Example installed in ${EXAMPLESDIR}." .endif -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500600 +IGNORE= requires Perl 5.6. Install lang/perl5 or lang/perl5.8, and try again +.endif + +.include <bsd.port.post.mk> diff --git a/textproc/p5-Text-ASCIITable/distinfo b/textproc/p5-Text-ASCIITable/distinfo index 1d3fb7baa8e..b9c89ae27f8 100644 --- a/textproc/p5-Text-ASCIITable/distinfo +++ b/textproc/p5-Text-ASCIITable/distinfo @@ -1,3 +1,3 @@ -MD5 (Text-ASCIITable-0.17.tar.gz) = 4fb516df15271f68d0a47e4afadf83be -SHA256 (Text-ASCIITable-0.17.tar.gz) = 973200da690ecb032cf7fa2df92425286e7f5b835105fa00505c1dd243b363fa -SIZE (Text-ASCIITable-0.17.tar.gz) = 20647 +MD5 (Text-ASCIITable-0.18.tar.gz) = 25fea1cef17be49a6da1d9b5267fba97 +SHA256 (Text-ASCIITable-0.18.tar.gz) = 40111b332dae28a48b9e7b5675de2df72d41cc68eab11f2efb1db0d5c0d5b35b +SIZE (Text-ASCIITable-0.18.tar.gz) = 21912 |