diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-04-29 17:15:51 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-04-29 17:15:51 +0000 |
commit | d943371452e3069c021ae591b1f3441baddc9c32 (patch) | |
tree | edb93b37f6c7040f6acf576c05c145b5d8a8e32a /archivers/p5-IO-Compress-Lzf/Makefile | |
parent | 47772596ed53d31ff23f438c60c63047b8042534 (diff) |
Notes
Diffstat (limited to 'archivers/p5-IO-Compress-Lzf/Makefile')
-rw-r--r-- | archivers/p5-IO-Compress-Lzf/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/archivers/p5-IO-Compress-Lzf/Makefile b/archivers/p5-IO-Compress-Lzf/Makefile index 296ee2146b53..564d0b6df80a 100644 --- a/archivers/p5-IO-Compress-Lzf/Makefile +++ b/archivers/p5-IO-Compress-Lzf/Makefile @@ -6,7 +6,7 @@ # PORTNAME= IO-Compress-Lzf -PORTVERSION= 2.049 +PORTVERSION= 2.052 CATEGORIES= archivers perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:PMQS @@ -19,9 +19,9 @@ LICENSE= ART10 GPLv1 LICENSE_COMB= dual BUILD_DEPENDS= p5-Compress-LZF>=0:${PORTSDIR}/archivers/p5-Compress-LZF \ - p5-IO-Compress>=2.049:${PORTSDIR}/archivers/p5-IO-Compress + p5-IO-Compress>=2.052:${PORTSDIR}/archivers/p5-IO-Compress RUN_DEPENDS= p5-Compress-LZF>=0:${PORTSDIR}/archivers/p5-Compress-LZF \ - p5-IO-Compress>=2.049:${PORTSDIR}/archivers/p5-IO-Compress + p5-IO-Compress>=2.052:${PORTSDIR}/archivers/p5-IO-Compress TEST_DEPENDS= p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod |