diff options
Diffstat (limited to 'archivers/p5-IO-Compress-Lzf/Makefile')
-rw-r--r-- | archivers/p5-IO-Compress-Lzf/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/archivers/p5-IO-Compress-Lzf/Makefile b/archivers/p5-IO-Compress-Lzf/Makefile index 6172671023f9..ab687b59d7b4 100644 --- a/archivers/p5-IO-Compress-Lzf/Makefile +++ b/archivers/p5-IO-Compress-Lzf/Makefile @@ -6,19 +6,19 @@ # PORTNAME= IO-Compress-Lzf -PORTVERSION= 2.037 +PORTVERSION= 2.039 CATEGORIES= archivers perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:PMQS PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Write lzf files/buffers +COMMENT= Write lzf files / buffers BUILD_DEPENDS= p5-Compress-LZF>=0:${PORTSDIR}/archivers/p5-Compress-LZF \ - p5-IO-Compress>=2.037:${PORTSDIR}/archivers/p5-IO-Compress + p5-IO-Compress>=2.039:${PORTSDIR}/archivers/p5-IO-Compress RUN_DEPENDS= p5-Compress-LZF>=0:${PORTSDIR}/archivers/p5-Compress-LZF \ - p5-IO-Compress>=2.037:${PORTSDIR}/archivers/p5-IO-Compress + p5-IO-Compress>=2.039:${PORTSDIR}/archivers/p5-IO-Compress PERL_CONFIGURE= yes |