d2ebfdd8d2
2012-07-05 Slaven Rezic <slaven@rezic.de> Release 1.36 Stable release with all changes in 1.35_50..1.35_51 2013-06-28 Slaven Rezic <slaven@rezic.de> Release 1.35_51 Ignore reading jpeg thumbnail image with no content, patch provided by Kosei Moriyama, https://github.com/eserte/image-info/pull/2) 2013-05-06 Slaven Rezic <slaven@rezic.de> Release 1.35_50 Fixed pod_cov.t test. 2013-04-10 Slaven Rezic <slaven@rezic.de> Release 1.35 Stable release with the change in 1.34_50 2013-04-03 Slaven Rezic <slaven@rezic.de> Release 1.34_50 image_info on Jpeg with bad EXIF data produced "substr outside of string" exception in Image::TIFF (RT #84122, patch provided by Steve Purkis)
23 lines
701 B
Makefile
23 lines
701 B
Makefile
# $NetBSD: Makefile,v 1.35 2013/09/05 19:46:36 wiz Exp $
|
|
|
|
DISTNAME= Image-Info-1.36
|
|
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}
|
|
|
|
# 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_PACKLIST= auto/Image/Info/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|