33f75369d8
Approved by: maintainer (jadawin)
28 lines
810 B
Makefile
28 lines
810 B
Makefile
# 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>
|