freebsd-ports/graphics/p5-Image-IPTCInfo/Makefile
Mathieu Arnold 4819ca343b - Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default.
2013-08-02 18:52:07 +00:00

28 lines
541 B
Makefile

# Created by: 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
USES= perl5 shebangfix
USE_PERL5= configure
SHEBANG_FILES= demo.pl
MAN3= Image::IPTCInfo.3
post-patch:
@${RM} -f ${WRKSRC}/._*
.if !defined(NOPORTDOCS)
post-install:
${MKDIR} ${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/demo_images/* ${EXAMPLESDIR}
.endif
.include <bsd.port.mk>