blob: 7246f85e1950bca17a8e0185385ddca5a0f149e5 (
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
|
# New ports collection makefile for: p5-IO-Compress
# Date created: 2010-09-10
# Whom: Martin Matuska <mm@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= IO-Compress
PORTVERSION= 2.042
CATEGORIES= archivers perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:PMQS
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Perl5 compression modules (bzip2, deflate, gzip, zlib, zip)
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-Compress-Raw-Bzip2>=2.042:${PORTSDIR}/archivers/p5-Compress-Raw-Bzip2 \
p5-Compress-Raw-Zlib>=2.042:${PORTSDIR}/archivers/p5-Compress-Raw-Zlib
RUN_DEPENDS= p5-Compress-Raw-Bzip2>=2.042:${PORTSDIR}/archivers/p5-Compress-Raw-Bzip2 \
p5-Compress-Raw-Zlib>=2.042:${PORTSDIR}/archivers/p5-Compress-Raw-Zlib
CONFLICTS= p5-Compress-Zlib-2* p5-IO-Compress-Base-2* p5-IO-Compress-Zlib-2* p5-IO-Compress-Bzip2-2*
PERL_CONFIGURE= yes
MAN3= Compress::Zlib.3 \
File::GlobMapper.3 \
IO::Compress::Base.3 \
IO::Compress::Bzip2.3 \
IO::Compress::Deflate.3 \
IO::Compress::Gzip.3 \
IO::Compress::RawDeflate.3 \
IO::Compress::Zip.3 \
IO::Uncompress::AnyInflate.3 \
IO::Uncompress::AnyUncompress.3 \
IO::Uncompress::Base.3 \
IO::Uncompress::Bunzip2.3 \
IO::Uncompress::Gunzip.3 \
IO::Uncompress::Inflate.3 \
IO::Uncompress::RawInflate.3 \
IO::Uncompress::Unzip.3
.include <bsd.port.mk>
|