blob: 34fcd13e2d1916c93affa2a69aa5b12b685f9e94 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# 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>
|