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