diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-01-01 20:33:39 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-01-01 20:33:39 +0000 |
commit | 982da9ff916678d9afedf894a5847690252bf340 (patch) | |
tree | df552f3f526d469867d2dba2c7bb0cf55c42f2f4 /archivers/p5-IO-Compress-Lzop/Makefile | |
parent | fe59bb1762d8a57cb86814b36751bcfcdbcdb6f6 (diff) | |
download | ports-982da9ff916678d9afedf894a5847690252bf340.tar.gz ports-982da9ff916678d9afedf894a5847690252bf340.zip |
Notes
Diffstat (limited to 'archivers/p5-IO-Compress-Lzop/Makefile')
-rw-r--r-- | archivers/p5-IO-Compress-Lzop/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/archivers/p5-IO-Compress-Lzop/Makefile b/archivers/p5-IO-Compress-Lzop/Makefile index a4afe5130a67..6cadd9a5f5e5 100644 --- a/archivers/p5-IO-Compress-Lzop/Makefile +++ b/archivers/p5-IO-Compress-Lzop/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= IO-Compress-Lzop -PORTVERSION= 2.081 +PORTVERSION= 2.083 CATEGORIES= archivers perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -18,8 +18,9 @@ RUN_DEPENDS= p5-Compress-LZO>=0:archivers/p5-Compress-LZO \ p5-IO-Compress>=${PORTVERSION}:archivers/p5-IO-Compress TEST_DEPENDS= p5-Test-Pod>=1:devel/p5-Test-Pod -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include <bsd.port.mk> |