freebsd-ports/graphics/p5-Image-Size/Makefile
Aaron Dalton 773cceb0bd - Update to 3.0
PR:		ports/99025
Submitted by:	aaron
Approved by:	maintainer timeout, tobez (implicit)
2006-07-01 15:53:23 +00:00

32 lines
782 B
Makefile

# New ports collection makefile for: p5-Image-Size
# Date created: October 20th 1996
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Image-Size
PORTVERSION= 3.0
CATEGORIES= graphics www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Image
PKGNAMEPREFIX= p5-
MAINTAINER= tolid@plab.ku.dk
COMMENT= Perl5 module to determine the size of images in several common formats
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= YES
MAN1= imgsize.1
MAN3= Image::Size.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
IGNORE= requires at least Perl 5.6. Please install lang/perl5.8 and try again
.endif
.include <bsd.port.post.mk>