diff options
author | leeym <leeym@FreeBSD.org> | 2008-03-11 06:02:25 +0000 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2008-03-11 06:02:25 +0000 |
commit | 277a6147ad3211e50efdb230f0391819a43bf08b (patch) | |
tree | 6e9bd119a6c052399becd1e8c31a23071d407c3e /archivers/p5-Compress-LZF | |
parent | db1a81dd8429b2a1f6b22aa07538e9825a364b0b (diff) | |
download | FreeBSD-ports-277a6147ad3211e50efdb230f0391819a43bf08b.zip FreeBSD-ports-277a6147ad3211e50efdb230f0391819a43bf08b.tar.gz |
- set PERL_CONFIGURE=5.8.0+
- remove unused DISTNAME
Diffstat (limited to 'archivers/p5-Compress-LZF')
-rw-r--r-- | archivers/p5-Compress-LZF/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/archivers/p5-Compress-LZF/Makefile b/archivers/p5-Compress-LZF/Makefile index f6c8baf..334fade 100644 --- a/archivers/p5-Compress-LZF/Makefile +++ b/archivers/p5-Compress-LZF/Makefile @@ -10,13 +10,11 @@ PORTVERSION= 3.11 CATEGORIES= archivers perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME}-${PORTVERSION:C|0$||} MAINTAINER= clsung@FreeBSD.org COMMENT= Extremely light-weight Lempel-Ziv-Free compression -PERL_CONFIGURE= yes -USE_PERL5= 5.8.0+ +PERL_CONFIGURE= 5.8.0+ MAN3= Compress::LZF.3 |