2013-07-26 07:33:51 +02:00
|
|
|
# Created by: Gea-Suan Lin <gslin@gslin.org>
|
2006-08-14 09:52:55 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Image-IPTCInfo
|
2008-01-04 09:34:15 +01:00
|
|
|
PORTVERSION= 1.95
|
2006-08-14 09:52:55 +02:00
|
|
|
CATEGORIES= graphics perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2006-08-14 09:52:55 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2008-01-04 09:34:15 +01:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2006-08-14 09:52:55 +02:00
|
|
|
COMMENT= Perl extension for extracting IPTC image meta-data
|
|
|
|
|
2013-08-02 20:52:07 +02:00
|
|
|
USES= perl5 shebangfix
|
|
|
|
USE_PERL5= configure
|
2013-07-26 07:33:51 +02:00
|
|
|
SHEBANG_FILES= demo.pl
|
2006-08-14 09:52:55 +02:00
|
|
|
|
|
|
|
MAN3= Image::IPTCInfo.3
|
|
|
|
|
2013-09-20 20:35:44 +02:00
|
|
|
NO_STAGE= yes
|
2006-08-14 09:52:55 +02:00
|
|
|
post-patch:
|
2013-07-26 07:33:51 +02:00
|
|
|
@${RM} -f ${WRKSRC}/._*
|
2006-08-14 09:52:55 +02:00
|
|
|
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
post-install:
|
2013-10-22 18:57:44 +02:00
|
|
|
@${MKDIR} ${EXAMPLESDIR}
|
2006-08-14 09:52:55 +02:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/demo_images/* ${EXAMPLESDIR}
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|