Update databases/mariadb104-server to version 10.4.13_2
[dports.git] / graphics / p5-Image-IPTCInfo / Makefile
1 # Created by: Gea-Suan Lin <gslin@gslin.org>
2 # $FreeBSD$
3
4 PORTNAME=       Image-IPTCInfo
5 PORTVERSION=    1.95
6 PORTREVISION=   1
7 CATEGORIES=     graphics perl5
8 MASTER_SITES=   CPAN
9 PKGNAMEPREFIX=  p5-
10
11 MAINTAINER=     perl@FreeBSD.org
12 COMMENT=        Perl extension for extracting IPTC image meta-data
13
14 USES=           perl5 shebangfix
15 USE_PERL5=      configure
16 SHEBANG_FILES=  demo.pl
17
18 OPTIONS_DEFINE= EXAMPLES
19
20 post-patch:
21         @${RM} ${WRKSRC}/._*
22
23 post-install:
24         @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
25         ${INSTALL_DATA} ${WRKSRC}/demo_images/* ${STAGEDIR}${EXAMPLESDIR}
26
27 .include <bsd.port.mk>