pkgsrc/graphics/p5-Image-Info/Makefile
wiz 36dc9c8156 Update to 1.30:
2009-10-31  Slaven Rezic  <srezic@cpan.org>

    Release 1.30

    No changes since 1.29_53, just increased VERSION.

2009-09-23  Slaven Rezic  <srezic@cpan.org>

    Release 1.29_53

    SVG parsing: load_ext_dtd is now set to false, to avoid unnecessary
    possible network connections; this is also ceasing errors with
    libxml 2.7.x.

2009-09-16  Slaven Rezic  <srezic@cpan.org>

    Release 1.29_52

    More diagnostics in failing tests.
    Added tests cases for RT #49546.

2009-09-14  Slaven Rezic  <srezic@cpan.org>

    Release 1.29_51

    Fixed "substr outside of string" problem with Fujifilm FinePix S1000fd
    images (RT #49546)

2009-08-14  Slaven Rezic  <srezic@cpan.org>

    Release 1.29_50

    Marked Compress::Zlib as recommended module and skip a test if it is
    not installed (RT #48415)
2010-01-20 14:42:51 +00:00

27 lines
773 B
Makefile

# $NetBSD: Makefile,v 1.25 2010/01/20 14:42:51 wiz Exp $
#
DISTNAME= Image-Info-1.30
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5iin
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}
PKG_DESTDIR_SUPPORT= user-destdir
# 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
PKG_INSTALLATION_TYPES= overwrite pkgviews
PERL5_MODULE_TYPE= Module::Install
PERL5_PACKLIST= auto/Image/Info/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"