pkgsrc-wip/exiftool/Makefile
Greg Troxel effab16318 Update to 3.60.
[minor fixes]
  Changed group family 0 to divide EXIF group into individual IFD groups
  Changed default setting of Duplicates to 1

  Improvements to interpretation of Nikon D70 ISO settings
2004-10-05 14:40:27 +00:00

18 lines
513 B
Makefile

# $NetBSD: Makefile,v 1.6 2004/10/05 14:40:27 lexort Exp $
DISTNAME= Image-ExifTool-3.60
PKGNAME= exiftool-3.60
CATEGORIES= graphics perl5
MASTER_SITES= http://owl.phy.queensu.ca/~phil/exiftool/
MAINTAINER= gdt@ir.bbn.com
HOMEPAGE= http://owl.phy.queensu.ca/~phil/exiftool/
COMMENT= Perl module and program to read EXIF information
USE_BUILDLINK3= YES
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Image/ExifTool/.packlist
REPLACE_PERL= exiftool
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"