pkgsrc/graphics/p5-Image-ExifTool/Makefile
gdt fe02ce0d6f Update to 7.00. Changes since 6.76:
- API Changes:
      - Changed WriteInfo() behaviour to be more consistent when editing file in
        place and a new FileName is specified (original file is now deleted)
      - Improved warning message when trying to write an 'unsafe' tag
  - API Changes:
      - Added option to allow makernote block to be extracted without rebuilding

plus hundreds more; see Changes in $WRKSRC.
2007-10-24 21:16:40 +00:00

20 lines
638 B
Makefile

# $NetBSD: Makefile,v 1.11 2007/10/24 21:16:40 gdt Exp $
DISTNAME= Image-ExifTool-${VERSION}
PKGNAME= p5-${DISTNAME}
CATEGORIES= graphics perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Image/} \
http://owl.phy.queensu.ca/~phil/exiftool/
MAINTAINER= gdt@NetBSD.org
# author says www.sno is the same machine, but was never advertised
HOMEPAGE= http://owl.phy.queensu.ca/~phil/exiftool/
COMMENT= Perl module and program to read EXIF information
# Author requests that we package only "production" versions.
VERSION= 7.00
PERL5_PACKLIST= auto/Image/ExifTool/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"