blob: 9bdb71bdabeb0b36e3afd8d4db51ca3ffc7f95b2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# 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>
|