freebsd-ports/graphics/p5-Image-MetaData-JPEG/Makefile
Cheng-Lung Sung 13749b2670 Add p5-Image-MetaData-JPEG 0.15, perl extension for showing/modifying
JPEG (meta)data].

PR:		ports/101367
Submitted by:	Tsung-Han Yeh <snowfly at yuntech.edu.tw>
2006-08-05 14:15:41 +00:00

31 lines
754 B
Makefile

# New ports collection makefile for: p5-Image-MetaData-JPEG
# Date created: 2006-08-05
# Whom: Tsung-Han Yeh <snowfly@yuntech.edu.tw>
#
# $FreeBSD$
#
PORTNAME= Image-MetaData-JPEG
PORTVERSION= 0.15
CATEGORIES= graphics perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Image
PKGNAMEPREFIX= p5-
MAINTAINER= snowfly@yuntech.edu.tw
COMMENT= Perl extension for showing/modifying JPEG (meta)data]
PERL_CONFIGURE= yes
MAN3= Image::MetaData::JPEG.3 \
Image::MetaData::JPEG::MakerNotes.3 \
Image::MetaData::JPEG::Structures.3 \
Image::MetaData::JPEG::TagLists.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
IGNORE= requires at least Perl 5.6. Please install lang/perl5.8 and try again
.endif
.include <bsd.port.post.mk>