21 lines
424 B
Makefile
21 lines
424 B
Makefile
# $OpenBSD: Makefile,v 1.29 2013/03/11 11:10:54 espie Exp $
|
|
|
|
COMMENT= read and write meta information in image/audio/video files
|
|
|
|
DISTNAME= Image-ExifTool-9.13
|
|
CATEGORIES= graphics
|
|
|
|
HOMEPAGE= http://owl.phy.queensu.ca/~phil/exiftool/
|
|
|
|
MAINTAINER= Patrick Keshishian <pkeshish@gmail.com>
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Image/} \
|
|
${HOMEPAGE}
|
|
|
|
MODULES= cpan
|
|
|
|
.include <bsd.port.mk>
|