aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/p5-IO-Compress-Bzip2/Makefile
blob: f2223562456000113fa45be8c7163cb4f964bb1c (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-Bzip2
# Date created:     2007-01-16
# Whom:         Thomas Abthorpe <thomas@goodking.ca>
#
# $FreeBSD$
#

PORTNAME=   IO-Compress-Bzip2
PORTVERSION=    2.015
CATEGORIES= archivers perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= jadawin@FreeBSD.org
COMMENT=    An interface to allow writing bzip2 compressed data to files or buffer

BUILD_DEPENDS=  ${SITE_PERL}/${PERL_ARCH}/Compress/Raw/Bzip2.pm:${PORTSDIR}/archivers/p5-Compress-Raw-Bzip2 \
        ${SITE_PERL}/IO/Compress/Base.pm:${PORTSDIR}/archivers/p5-IO-Compress-Base:${PORTSDIR}/archivers/p5-IO-Compress-Base
RUN_DEPENDS=    ${BUILD_DEPENDS}

PERL_CONFIGURE= YES

MAN3=       IO::Compress::Bzip2.3 IO::Uncompress::Bunzip2.3

post-patch:
    @${REINPLACE_CMD} -e 's/5.009/5.666/' ${WRKSRC}/Makefile.PL

.include <bsd.port.mk>