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
|
2014-11-26 14:08:24 +01:00
|
|
|
PORTREVISION= 1
|
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
|
|
|
|
2015-03-13 18:37:20 +01:00
|
|
|
OPTIONS_DEFINE= EXAMPLES
|
2014-07-04 02:09:47 +02:00
|
|
|
|
2006-08-14 09:52:55 +02:00
|
|
|
post-patch:
|
2016-10-21 14:51:40 +02:00
|
|
|
@${RM} ${WRKSRC}/._*
|
2006-08-14 09:52:55 +02:00
|
|
|
|
|
|
|
post-install:
|
2013-11-05 02:33:02 +01:00
|
|
|
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/demo_images/* ${STAGEDIR}${EXAMPLESDIR}
|
2006-08-14 09:52:55 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|