# New ports collection makefile for:    p5-Image-Scale
# Date created:                         11 November 2011
# Whom:                                 Mark Atkinson <atkin901@gmail.com>
#
# $FreeBSD: ports/graphics/p5-Image-Scale/Makefile,v 1.2 2012/03/01 12:57:11 swills Exp $
#

PORTNAME=	Image-Scale
PORTVERSION=	0.08
CATEGORIES=	graphics perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	atkin901@gmail.com
COMMENT=	Perl module for fast, high-quality fixed-point image resizing

LICENSE=	GPLv2

LIB_DEPENDS=	jpeg:${PORTSDIR}/graphics/jpeg \
		png:${PORTSDIR}/graphics/png \
		gif.5:${PORTSDIR}/graphics/giflib

TEST_DEPENDS=	p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings

MAN3=		Image::Scale.3

PERL_CONFIGURE=	yes

.include <bsd.port.mk>
