3e09d213d2
- Add space in COMMENTS to eliminate portlint warning Changes: http://search.cpan.org/dist/IO-Compress-Lzma/Changes
28 lines
810 B
Makefile
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>
|