freebsd-ports/graphics/p5-Image-IPTCInfo/Makefile
Marcelo Araujo 4aaab89f57 - Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_CPAN} to CPAN.
PR:		ports/122674
Submitted by:	Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	portmgr (pav)
2008-04-17 14:30:31 +00:00

31 lines
636 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.95
CATEGORIES= graphics perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.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>