freebsd-ports/graphics/p5-Image-ExifTool-devel/Makefile
2023-11-24 01:12:37 -05:00

30 lines
662 B
Makefile

PORTNAME= Image-ExifTool
DISTVERSION= 12.70
CATEGORIES= graphics perl5
MASTER_SITES= SF/exiftool \
https://exiftool.org/
PKGNAMEPREFIX= p5-
PKGNAMESUFFIX= -devel
MAINTAINER= svysh.fbsd@gmail.com
COMMENT= Script and Perl module to read/write meta data in files
WWW= https://exiftool.org/
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
CONFLICTS= p5-Image-ExifTool
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>