freebsd-ports/archivers/p5-Compress-LZF/Makefile

21 lines
398 B
Makefile
Raw Normal View History

# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
PORTNAME= Compress-LZF
PORTVERSION= 3.70
CATEGORIES= archivers perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
DISTNAME= ${PORTNAME}-${PORTVERSION:S/0$//}
MAINTAINER= perl@FreeBSD.org
2012-07-25 08:32:06 +02:00
COMMENT= Extremely lightweight Lempel-Ziv-Free compression
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>