2006-07-23 16:41:36 +02:00
|
|
|
# New ports collection makefile for: p5-Image-Compare
|
|
|
|
# Date created: 2006-07-23
|
|
|
|
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Image-Compare
|
2011-02-10 08:40:42 +01:00
|
|
|
PORTVERSION= 0.9
|
2012-06-01 07:26:28 +02:00
|
|
|
PORTREVISION= 1
|
2006-07-23 16:41:36 +02:00
|
|
|
CATEGORIES= graphics perl5
|
2008-04-11 04:04:51 +02:00
|
|
|
MASTER_SITES= CPAN
|
2006-07-23 16:41:36 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2012-05-01 03:47:10 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2006-07-23 16:41:36 +02:00
|
|
|
COMMENT= Compare two images in a variety of ways
|
|
|
|
|
2012-06-28 20:54:26 +02:00
|
|
|
RUN_DEPENDS= p5-Imager>=0:${PORTSDIR}/graphics/p5-Imager \
|
|
|
|
p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
|
|
|
|
p5-Regexp-Common>=0:${PORTSDIR}/textproc/p5-Regexp-Common
|
2012-06-10 20:42:48 +02:00
|
|
|
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
2006-07-23 16:41:36 +02:00
|
|
|
|
2012-03-01 13:29:56 +01:00
|
|
|
TEST_DEPENDS= p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod \
|
|
|
|
p5-Test-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Test-Pod-Coverage
|
|
|
|
|
2006-07-23 16:41:36 +02:00
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
2008-04-11 04:04:51 +02:00
|
|
|
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
|
2006-07-23 16:41:36 +02:00
|
|
|
|
2007-05-01 09:42:17 +02:00
|
|
|
.include <bsd.port.mk>
|