2006-09-26 12:51:21 +02:00
|
|
|
# New ports collection makefile for: p5-Compress-LZF
|
|
|
|
# Date created: 2006-09-10
|
|
|
|
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Compress-LZF
|
2009-01-27 10:58:11 +01:00
|
|
|
PORTVERSION= 3.43
|
2006-09-26 12:51:21 +02:00
|
|
|
CATEGORIES= archivers perl5
|
2008-01-08 08:10:03 +01:00
|
|
|
MASTER_SITES= CPAN
|
2006-09-26 12:51:21 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= clsung@FreeBSD.org
|
|
|
|
COMMENT= Extremely light-weight Lempel-Ziv-Free compression
|
|
|
|
|
2008-03-11 07:02:25 +01:00
|
|
|
PERL_CONFIGURE= 5.8.0+
|
2006-09-26 12:51:21 +02:00
|
|
|
|
|
|
|
MAN3= Compress::LZF.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|