c087a26d48
from patrick keshishian (Maintainer) with a tweak by me
24 lines
505 B
Makefile
24 lines
505 B
Makefile
# $OpenBSD: Makefile,v 1.24 2011/12/06 10:30:29 giovanni Exp $
|
|
|
|
COMMENT= read and write meta information in image/audio/video files
|
|
|
|
DISTNAME= Image-ExifTool-8.65
|
|
CATEGORIES= graphics
|
|
|
|
HOMEPAGE= http://owl.phy.queensu.ca/~phil/exiftool/
|
|
|
|
MAINTAINER= Patrick Keshishian <pkeshish@gmail.com>
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Image/} \
|
|
${HOMEPAGE}
|
|
|
|
MODULES= cpan
|
|
|
|
.include <bsd.port.mk>
|