aboutsummaryrefslogtreecommitdiff
path: root/graphics/p5-Image-Compare/Makefile
blob: 3b33f5b0410e2de6d1ec4d23245ec108429f39d0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# New ports collection makefile for:	p5-Image-Compare
# Date created:		2006-07-23
# Whom:			Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#

PORTNAME=	Image-Compare
PORTVERSION=	0.5
PORTREVISION=	1
CATEGORIES=	graphics perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	clsung@FreeBSD.org
COMMENT=	Compare two images in a variety of ways

RUN_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Imager.pm:${PORTSDIR}/graphics/p5-Imager \
		${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \
		${SITE_PERL}/Regexp/Common.pm:${PORTSDIR}/textproc/p5-Regexp-Common
BUILD_DEPENDS=	${RUN_DEPENDS}

PERL_CONFIGURE=	yes

MAN3=		Image::Compare.3 \
		Image::Compare::AVG_THRESHOLD.3 \
		Image::Compare::Comparator.3 \
		Image::Compare::EXACT.3 \
		Image::Compare::IMAGE.3 \
		Image::Compare::THRESHOLD.3 \
		Image::Compare::THRESHOLD_COUNT.3

.include <bsd.port.mk>