diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-09-30 04:59:28 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-09-30 04:59:28 +0000 |
commit | 19236972e18d0d30b1e2aef04378bade93aee067 (patch) | |
tree | 6876dc25c0ce5a3cbf0dbc9929f92c8a83445956 /archivers/p5-Compress-LZF/Makefile | |
parent | 663e2c87dde4296658f30e3b9c1baa00dccfecdf (diff) | |
download | ports-19236972e18d0d30b1e2aef04378bade93aee067.tar.gz ports-19236972e18d0d30b1e2aef04378bade93aee067.zip |
Notes
Diffstat (limited to 'archivers/p5-Compress-LZF/Makefile')
-rw-r--r-- | archivers/p5-Compress-LZF/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/p5-Compress-LZF/Makefile b/archivers/p5-Compress-LZF/Makefile index d82bdeb49681..0e40c0a5a720 100644 --- a/archivers/p5-Compress-LZF/Makefile +++ b/archivers/p5-Compress-LZF/Makefile @@ -6,11 +6,12 @@ # PORTNAME= Compress-LZF -PORTVERSION= 1.65 +PORTVERSION= 1.70 CATEGORIES= archivers perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Compress PKGNAMEPREFIX= p5- +DISTNAME= ${PORTNAME}-${PORTVERSION:C|0$||} MAINTAINER= clsung@FreeBSD.org COMMENT= Extremely light-weight Lempel-Ziv-Free compression |