diff options
Diffstat (limited to 'archivers/p5-IO-Compress-Lzop/Makefile')
-rw-r--r-- | archivers/p5-IO-Compress-Lzop/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/archivers/p5-IO-Compress-Lzop/Makefile b/archivers/p5-IO-Compress-Lzop/Makefile index e80b24612ad8..bd4ccf5f533e 100644 --- a/archivers/p5-IO-Compress-Lzop/Makefile +++ b/archivers/p5-IO-Compress-Lzop/Makefile @@ -6,7 +6,7 @@ # PORTNAME= IO-Compress-Lzop -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 lzop files / buffers BUILD_DEPENDS= p5-Compress-LZO>=0:${PORTSDIR}/archivers/p5-Compress-LZO \ - p5-IO-Compress>=2.039:${PORTSDIR}/archivers/p5-IO-Compress + p5-IO-Compress>=2.040:${PORTSDIR}/archivers/p5-IO-Compress RUN_DEPENDS= p5-Compress-LZO>=0:${PORTSDIR}/archivers/p5-Compress-LZO \ - p5-IO-Compress>=2.039:${PORTSDIR}/archivers/p5-IO-Compress + p5-IO-Compress>=2.040:${PORTSDIR}/archivers/p5-IO-Compress PERL_CONFIGURE= yes |