2013-08-02 20:52:07 +02:00
|
|
|
# Created by: Gea-Suan Lin <gslin@gslin.org>
|
2006-07-23 16:41:36 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Image-Compare
|
2015-01-04 14:02:00 +01:00
|
|
|
PORTVERSION= 1.0
|
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
|
|
|
|
|
2015-01-04 14:02:00 +01:00
|
|
|
LICENSE= ART10 GPLv1
|
|
|
|
LICENSE_COMB= dual
|
2006-07-23 16:41:36 +02:00
|
|
|
|
2015-01-04 14:02:00 +01:00
|
|
|
BUILD_DEPENDS= p5-Imager>=0:${PORTSDIR}/graphics/p5-Imager \
|
|
|
|
p5-Regexp-Common>=0:${PORTSDIR}/textproc/p5-Regexp-Common \
|
|
|
|
p5-libwww>=0:${PORTSDIR}/www/p5-libwww
|
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
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
|
|
|
|
|
2013-08-02 20:52:07 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2006-07-23 16:41:36 +02:00
|
|
|
|
2007-05-01 09:42:17 +02:00
|
|
|
.include <bsd.port.mk>
|