aaa1885833
ok jasper@
27 lines
543 B
Makefile
27 lines
543 B
Makefile
# $OpenBSD: Makefile,v 1.20 2010/12/03 11:45:38 ajacoutot Exp $
|
|
|
|
COMMENT= read and write meta information in image/audio/video files
|
|
|
|
DISTNAME= Image-ExifTool-8.25
|
|
CATEGORIES= graphics
|
|
|
|
REVISION= 1
|
|
|
|
HOMEPAGE= http://owl.phy.queensu.ca/~phil/exiftool/
|
|
|
|
MAINTAINER= Patrick Keshishian <pkeshish@gmail.com>
|
|
|
|
# GPL/Artistic
|
|
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
|
|
USE_GROFF = Yes
|
|
|
|
.include <bsd.port.mk>
|