PR: ports/165581 Approved by: maintainer timeout (snowfly@yuntech.edu.tw, >2 weeks) Feature safe: yes
24 lines
562 B
Makefile
24 lines
562 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.153
|
|
CATEGORIES= graphics perl5
|
|
MASTER_SITES= CPAN
|
|
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.mk>
|