pkgsrc-wip/p5-Image-ExifTool/Makefile
Roman Kulik 0bb5ec8182 ExifTool is a highly customizable Perl script and module for reading and
writing meta information in images.

ExifTool reads EXIF, GPS, IPTC, XMP, GeoTIFF, ICC Profile and Photoshop
IRB meta information from JPG, JP2, TIFF, GIF, CRW, THM, CR2, MRW, NEF,
PEF, ORF and DNG images.  ExifTool also extracts information from the
maker notes of many digital cameras by various manufacturers including
Canon, Casio, FujiFilm, Kodak, Minolta/Konica-Minolta, Nikon,
Olympus/Epson, Panasonic/Leica, Pentax/Asahi, Ricoh, Sanyo and
Sigma/Foveon.

ExifTool writes EXIF, GPS, IPTC, XMP and MakerNotes meta information to
JPEG, TIFF, GIF, CRW, THM, CR2, NEF, PEF and DNG images.

WWW: http://www.sno.phy.queensu.ca/~phil/exiftool/
2005-08-22 20:03:58 +00:00

15 lines
457 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2005/08/22 20:03:58 kuli0020 Exp $
DISTNAME= Image-ExifTool-5.46
PKGNAME= p5-${DISTNAME}
CATEGORIES= graphics perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Image/}
MAINTAINER= kuli0020@umn.edu
HOMEPAGE= http://www.sno.phy.queensu.ca/~phil/exiftool/
COMMENT= Perl module for getting EXIF data from image files
PERL5_PACKLIST= auto/Image/ExifTool/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"