mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
4aaab89f57
PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav)
25 lines
561 B
Makefile
25 lines
561 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= 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>
|