3c4e88abef
PR: ports/73400 Submitted by: Tod McQuillin <devin@spamcop.net> Approved by: marcus (co mentor)
21 lines
481 B
Makefile
21 lines
481 B
Makefile
# New ports collection makefile for: p5-Image-ExifTool
|
|
# Date Created: 15 Sep 2004
|
|
# Whom: Tod McQuillin <devin@spamcop.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Image-ExifTool
|
|
PORTVERSION= 3.72
|
|
CATEGORIES= graphics perl5
|
|
MASTER_SITES= http://www.sno.phy.queensu.ca/~phil/exiftool/
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= ports@freebsd.org
|
|
COMMENT= Perl module for getting EXIF data from image files
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Image::ExifTool.3 File::RandomAccess.3
|
|
|
|
.include <bsd.port.mk>
|