pkgsrc/graphics/p5-Image-Info/Makefile
wiz f50ea5831a Update to 1.37:
2014-12-31  Slaven Rezic  <slaven@rezic.de>

    Release 1.37

    Stable release with all changes in 1.36_51..1.36_52

2014-12-29  Slaven Rezic  <slaven@rezic.de>

    Release 1.36_52

    Handle invalid TIFF chunks: stop processing if an unrecognized
    fieldtype is encountered. This is an additional fix for RT #100847.

2014-12-19  Slaven Rezic  <slaven@rezic.de>

    Release 1.36_51

    Use IO::Scalar instead of opening a scalar, for all
    perls < 5.21.7. This is to prevent possible segmentation faults
    with faulty images. See RT #100847 and
    https://rt.perl.org/Ticket/Display.html?id=123443

    Fix a "Variable declared in conditional statement" error.

    Fix a couple of typos.
2015-01-04 12:21:04 +00:00

20 lines
637 B
Makefile

# $NetBSD: Makefile,v 1.39 2015/01/04 12:21:04 wiz Exp $
DISTNAME= Image-Info-1.37
PKGNAME= p5-${DISTNAME}
CATEGORIES= graphics perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Image/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Image-Info/
COMMENT= Perl module to extract meta information from images
LICENSE= ${PERL5_LICENSE}
# missing recommends: Image::Xpm, Image::Xbm
DEPENDS+= p5-XML-LibXML-[0-9]*:../../textproc/p5-XML-LibXML
#DEPENDS+= p5-XML-Simple-[0-9]*:../../textproc/p5-XML-Simple
PERL5_PACKLIST= auto/Image/Info/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"