forked from Lainports/freebsd-ports
Update of the development version from 10.66 (Nov. 14, 2017) to recent 12.14. Changelog: https://exiftool.org/history.html PR: 252047 Submitted by: takefu@airport.fm Approved by: arrowd (mentor), + maintainer timout (> 2 weeks) Differential Revision: https://reviews.freebsd.org/D28063
31 lines
677 B
Makefile
31 lines
677 B
Makefile
# Created by: Tod McQuillin <devin@spamcop.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Image-ExifTool
|
|
PORTVERSION= 12.14
|
|
CATEGORIES= graphics perl5
|
|
MASTER_SITES= https://exiftool.org/
|
|
PKGNAMEPREFIX= p5-
|
|
PKGNAMESUFFIX= -devel
|
|
|
|
MAINTAINER= linpct@gmail.com
|
|
COMMENT= Perl module for getting EXIF data from image files
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
CONFLICTS= p5-Image-ExifTool-[0-9]*
|
|
|
|
NO_ARCH= yes
|
|
PORTDOCS= *
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
post-install-DOCS-on:
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/Changes ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
|
|
cd ${WRKSRC}/ && ${COPYTREE_SHARE} html ${STAGEDIR}${DOCSDIR}
|
|
|
|
.include <bsd.port.mk>
|