diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-10-29 14:25:00 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-10-29 14:25:00 +0800 |
commit | e9475749dd600bf1010a5e686d3bd7845a24d02c (patch) | |
tree | d181cff392fe77555c9090570f73175fe4a747cb /archivers/p5-IO-Compress-Lzf/Makefile | |
parent | 2bb97aed8ab28dbb4d356cb6853eb25e602af8d8 (diff) | |
download | freebsd-ports-gnome-e9475749dd600bf1010a5e686d3bd7845a24d02c.tar.gz freebsd-ports-gnome-e9475749dd600bf1010a5e686d3bd7845a24d02c.tar.zst freebsd-ports-gnome-e9475749dd600bf1010a5e686d3bd7845a24d02c.zip |
- Update to 2.040
Changes: http://search.cpan.org/dist/p5-IO-Compress-Lzf/Changes
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 ab687b59d7b4..6f3ad27252ea 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.039 +PORTVERSION= 2.040 CATEGORIES= archivers perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:PMQS @@ -16,9 +16,9 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Write lzf files / buffers BUILD_DEPENDS= p5-Compress-LZF>=0:${PORTSDIR}/archivers/p5-Compress-LZF \ - p5-IO-Compress>=2.039:${PORTSDIR}/archivers/p5-IO-Compress + p5-IO-Compress>=2.040:${PORTSDIR}/archivers/p5-IO-Compress RUN_DEPENDS= p5-Compress-LZF>=0:${PORTSDIR}/archivers/p5-Compress-LZF \ - p5-IO-Compress>=2.039:${PORTSDIR}/archivers/p5-IO-Compress + p5-IO-Compress>=2.040:${PORTSDIR}/archivers/p5-IO-Compress PERL_CONFIGURE= yes |