Upstream changes: 2.081 4 April 2018 * previous release used $^W instead of use warnings. Fixed. 2.080 2 April 2018 * bin/zipdetails #124003: zipdetails SYNOPSIS section got a typo: zipdetaile-> zipdetails * IO::Uncompress::Base.pm Changes for Archive::Zip::SimpleUnzip * bin/zipdetails Fix issues with zip64 archives. * bin/zipdetails Cope with zip archives where there is padding data after the compressed payload. Example is Microsoft appx file. * File::GlobMapper #120580: File::GlobMapper::$VERSION needs increment; trailing whitespace * t/cz-03zlib-v1.t valgrind errors fixed in Compress::Raw::Zlib 2.0.75 for issue #121074 #121076: uninitialized errors from valgrind
29 lines
941 B
Makefile
29 lines
941 B
Makefile
# $NetBSD: Makefile,v 1.38 2018/04/23 07:20:22 wen Exp $
|
|
|
|
DISTNAME= IO-Compress-2.081
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/IO-Compress/
|
|
COMMENT= IO Interface to compressed data files/buffers
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
CONFLICTS+= p5-IO-Compress-Base-[0-9]*
|
|
CONFLICTS+= p5-IO-Compress-Zlib-[0-9]*
|
|
CONFLICTS+= p5-IO-Compress-Bzip2-[0-9]*
|
|
CONFLICTS+= p5-Compress-Zlib-[0-9]*
|
|
|
|
DEPENDS+= p5-Compress-Raw-Zlib>=${PKGVERSION_NOREV}:../../devel/p5-Compress-Raw-Zlib
|
|
DEPENDS+= p5-Compress-Raw-Bzip2>=${PKGVERSION_NOREV}:../../devel/p5-Compress-Raw-Bzip2
|
|
|
|
SUPERSEDES= p5-IO-Compress-Base<2.017
|
|
SUPERSEDES+= p5-IO-Compress-Bzip2<2.017
|
|
SUPERSEDES+= p5-IO-Compress-Zlib<2.017
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/IO/Compress/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|