diff options
author | miwi <miwi@FreeBSD.org> | 2006-08-07 18:24:21 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2006-08-07 18:24:21 +0800 |
commit | a238985a06337f9b60d411cc829645bdd7e77b5f (patch) | |
tree | 5dec1b6fdbbb55b72cde0eb67416680a57680103 /graphics/p5-Image-ExifTool/Makefile | |
parent | afc703f3a032f606f86bae216118aaa399a4ce24 (diff) | |
download | freebsd-ports-gnome-a238985a06337f9b60d411cc829645bdd7e77b5f.tar.gz freebsd-ports-gnome-a238985a06337f9b60d411cc829645bdd7e77b5f.tar.zst freebsd-ports-gnome-a238985a06337f9b60d411cc829645bdd7e77b5f.zip |
- Update to 6.29
PR: ports/101261
Submitted by: Tod McQuillin <devin(at)spamcop.net> (maintainer)
Approved by: krion (mentor)
Diffstat (limited to 'graphics/p5-Image-ExifTool/Makefile')
-rw-r--r-- | graphics/p5-Image-ExifTool/Makefile | 33 |
1 files changed, 19 insertions, 14 deletions
diff --git a/graphics/p5-Image-ExifTool/Makefile b/graphics/p5-Image-ExifTool/Makefile index 84bb758be88d..4f3d62575836 100644 --- a/graphics/p5-Image-ExifTool/Makefile +++ b/graphics/p5-Image-ExifTool/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Image-ExifTool -PORTVERSION= 6.17 +PORTVERSION= 6.29 CATEGORIES= graphics perl5 MASTER_SITES= http://www.sno.phy.queensu.ca/~phil/exiftool/ \ ${MASTER_SITE_PERL_CPAN} @@ -18,18 +18,20 @@ COMMENT= Perl module for getting EXIF data from image files PERL_CONFIGURE= yes -MANTAGS= AFCP AIFF APP12 ASF BMP BuildTagLookup Canon CanonCustom \ - CanonRaw Casio DICOM DNG Exif Fixup FujiFilm GIF GPS GeoTiff \ - HtmlDump ICC_Profile ID3 IPTC JVC Jpeg2000 Kodak KyoceraRaw \ - Leaf MIE MIFF MNG MakerNotes Minolta MinoltaRaw Nikon \ - NikonCapture Olympus PDF PICT PNG PPM Panasonic Pentax \ - Photoshop PostScript PrintIM QuickTime RIFF Ricoh Sanyo Shift \ - Shortcuts Sigma SigmaRaw Sony TagLookup TagNames Unknown \ - WriteCanonRaw WriteExif WriteIPTC WritePNG WritePhotoshop \ - WritePostScript WriteXMP Writer XMP - -MAN3= File::RandomAccess.3 \ - Image::ExifTool.3 \ +MANTAGS= AFCP AIFF APP12 ASF BMP BuildTagLookup Canon \ + CanonCustom CanonRaw Casio DICOM DNG Exif Fixup \ + Flash FlashPix FujiFilm GIF GPS GeoTiff HtmlDump \ + ICC_Profile ID3 IPTC JVC Jpeg2000 Kodak KyoceraRaw \ + Leaf MIE MIFF MNG MPEG MakerNotes Minolta MinoltaRaw \ + Nikon NikonCapture Olympus PDF PICT PNG PPM \ + Panasonic Pentax Photoshop PostScript PrintIM \ + QuickTime RIFF Real Ricoh Sanyo Shift Shortcuts \ + Sigma SigmaRaw Sony TagLookup TagNames Unknown \ + WriteCanonRaw WriteExif WriteIPTC WritePNG \ + WritePhotoshop WritePostScript WriteXMP Writer XMP + +MAN3= File::RandomAccess.3 \ + Image::ExifTool.3 \ ${MANTAGS:S/^/Image::ExifTool::/:S/$/.3/} MAN1= exiftool.1 @@ -45,6 +47,9 @@ post-install: # Maintainer section mantags: @cd ${LOCALBASE}/lib/perl5/${PERL_VERSION}/man/man3/ && \ - ls Image::ExifTool::* | cut -f5 -d: | cut -f1 -d. | ${TR} "\n" " " + ls Image::ExifTool::* | \ + cut -f5 -d: | \ + cut -f1 -d. | \ + ${TR} "\n" " " .include <bsd.port.mk> |