1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
freebsd-ports/graphics/p5-Image-Info/Makefile
Foxfair Hu 2f77679261 PR:
Submitted by:
Reviewed by:
Approved by:
Obtained from:
MFC after:
Update graphics/p5-Image-Info to 1.12.

PR: 		52239
Submitted by:	Mathieu Arnold <m@absolight.net>
Reviewed by:	maintainer
2003-06-21 06:06:14 +00:00

28 lines
748 B
Makefile

# New ports collection makefile for: p5-Image-Info
# Date Created: 25 Aug 2001
# Whom: Shell Hung <shell@shellhung.org>
#
# $FreeBSD$
#
PORTNAME= Image-Info
PORTVERSION= 1.12
CATEGORIES= graphics perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Image
PKGNAMEPREFIX= p5-
MAINTAINER= shell@shellhung.org
COMMENT= Perl module for getting image information
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \
${SITE_PERL}/IO/String.pm:${PORTSDIR}/devel/p5-IO-String \
${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple
PERL_CONFIGURE= yes
MAN3= Image::Info.3 Image::Info::BMP.3 Image::Info::SVG.3 \
Image::Info::XBM.3 Image::Info::XPM.3
.include <bsd.port.mk>