diff options
Diffstat (limited to 'archivers/p5-IO-Compress-Lzf/Makefile')
-rw-r--r-- | archivers/p5-IO-Compress-Lzf/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/archivers/p5-IO-Compress-Lzf/Makefile b/archivers/p5-IO-Compress-Lzf/Makefile index 01061d0204e2..0d40328c2d79 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.035 +PORTVERSION= 2.037 CATEGORIES= archivers perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:PMQS @@ -15,10 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Write lzf files/buffers -BUILD_DEPENDS= p5-Compress-LZF>=0:${PORTSDIR}/archivers/p5-Compress-LZF \ - p5-IO-Compress>=2.033:${PORTSDIR}/archivers/p5-IO-Compress RUN_DEPENDS= p5-Compress-LZF>=0:${PORTSDIR}/archivers/p5-Compress-LZF \ - p5-IO-Compress>=2.033:${PORTSDIR}/archivers/p5-IO-Compress + p5-IO-Compress>=2.037:${PORTSDIR}/archivers/p5-IO-Compress PERL_CONFIGURE= yes |