e6c12b5d61
meta-data. PR: ports/101769 Submitted by: Gea-Suan Lin <gslin at gslin.org>
32 lines
681 B
Makefile
32 lines
681 B
Makefile
# New ports collection makefile for: p5-Image-IPTCInfo
|
|
# Date created: 2006-08-11
|
|
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Image-IPTCInfo
|
|
PORTVERSION= 1.94
|
|
CATEGORIES= graphics perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Image
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= gslin@gslin.org
|
|
COMMENT= Perl extension for extracting IPTC image meta-data
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Image::IPTCInfo.3
|
|
|
|
post-patch:
|
|
${RM} -f ${WRKSRC}/._*
|
|
${PERL} -pi -e 's,/usr/bin/perl,${PERL},' ${WRKSRC}/demo.pl
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
post-install:
|
|
${MKDIR} ${EXAMPLESDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/demo_images/* ${EXAMPLESDIR}
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|