freebsd-ports/archivers/p5-IO-Compress-Lzma/Makefile
Sunpoet Po-Chuan Hsieh 3e09d213d2 - Update to 2.039
- Add space in COMMENTS to eliminate portlint warning

Changes:	http://search.cpan.org/dist/IO-Compress-Lzma/Changes
2011-10-29 03:26:31 +00:00

28 lines
810 B
Makefile

# New ports collection makefile for: p5-IO-Compress-Lzma
# Date created: 2010-07-26
# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
#
# $FreeBSD$
#
PORTNAME= IO-Compress-Lzma
PORTVERSION= 2.039
CATEGORIES= archivers perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:PMQS
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Write lzma files / buffers
BUILD_DEPENDS= p5-Compress-Raw-Lzma>=2.039:${PORTSDIR}/archivers/p5-Compress-Raw-Lzma \
p5-IO-Compress>=2.039:${PORTSDIR}/archivers/p5-IO-Compress
RUN_DEPENDS= p5-Compress-Raw-Lzma>=2.039:${PORTSDIR}/archivers/p5-Compress-Raw-Lzma \
p5-IO-Compress>=2.039:${PORTSDIR}/archivers/p5-IO-Compress
PERL_CONFIGURE= yes
MAN3= IO::Compress::Lzma.3 IO::Compress::Xz.3 \
IO::Uncompress::UnLzma.3 IO::Uncompress::UnXz.3
.include <bsd.port.mk>