diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-09-26 10:51:21 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-09-26 10:51:21 +0000 |
commit | f02ab7ac68fa16b52114a6bb38fbbfee645e151c (patch) | |
tree | 9656336eb10362e7b2086ed4f9cfe48d44daecdb /archivers/p5-Compress-LZF/Makefile | |
parent | e42e3632643588f5d12528608c1982fe0dcff3ed (diff) | |
download | ports-f02ab7ac68fa16b52114a6bb38fbbfee645e151c.tar.gz ports-f02ab7ac68fa16b52114a6bb38fbbfee645e151c.zip |
Notes
Diffstat (limited to 'archivers/p5-Compress-LZF/Makefile')
-rw-r--r-- | archivers/p5-Compress-LZF/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/archivers/p5-Compress-LZF/Makefile b/archivers/p5-Compress-LZF/Makefile new file mode 100644 index 000000000000..d82bdeb49681 --- /dev/null +++ b/archivers/p5-Compress-LZF/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: p5-Compress-LZF +# Date created: 2006-09-10 +# Whom: Gea-Suan Lin <gslin@gslin.org> +# +# $FreeBSD$ +# + +PORTNAME= Compress-LZF +PORTVERSION= 1.65 +CATEGORIES= archivers perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Compress +PKGNAMEPREFIX= p5- + +MAINTAINER= clsung@FreeBSD.org +COMMENT= Extremely light-weight Lempel-Ziv-Free compression + +PERL_CONFIGURE= yes + +MAN3= Compress::LZF.3 + +.include <bsd.port.mk> |