freebsd-ports/graphics/p5-Image-Info/Makefile

36 lines
948 B
Makefile
Raw Normal View History

# New ports collection makefile for: p5-Image-Info
# Date Created: 25 Aug 2001
# Whom: Shell Hung <shell@shellhung.org>
#
# $FreeBSD$
#
PORTNAME= Image-Info
2007-05-25 11:41:51 +02:00
PORTVERSION= 1.25
CATEGORIES= graphics perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Image
PKGNAMEPREFIX= p5-
2006-05-04 11:04:42 +02:00
MAINTAINER= perl@FreeBSD.org
2003-02-21 13:17:17 +01:00
COMMENT= Perl module for getting image information
RUN_DEPENDS= ${SITE_PERL}/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
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Image::Info.3 Image::Info::BMP.3 Image::Info::SVG.3 \
Image::Info::TIFF.3 Image::Info::PPM.3 \
Image::Info::XBM.3 Image::Info::XPM.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500602
BUILD_DEPENDS+= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
.endif
.include <bsd.port.post.mk>