freebsd-ports/graphics/p5-Graphics-Color/Makefile
Anton Berezin a35ed6a7a3 Update to 0.28. Add TEST_DEPENDS (primarily as a documentation,
but hopefully we'll have support for this in bsd.{perl,port}.mk
in the future).

Changes:	http://search.cpan.org/dist/Graphics-Color/Changes
2010-03-27 19:52:09 +00:00

37 lines
1 KiB
Makefile

# Ports collection makefile for: p5-Graphics-Color
# Date created: 2008/08/30
# Whom: chinsan
#
# $FreeBSD$
#
PORTNAME= Graphics-Color
PORTVERSION= 0.28
CATEGORIES= graphics perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Device and library agnostic color spaces
BUILD_DEPENDS= p5-Color-Library>=0.02:${PORTSDIR}/graphics/p5-Color-Library \
p5-Moose>=0.74:${PORTSDIR}/devel/p5-Moose \
p5-MooseX-Aliases>=0.03:${PORTSDIR}/devel/p5-MooseX-Aliases \
p5-MooseX-Clone>=0.03:${PORTSDIR}/devel/p5-MooseX-Clone \
p5-MooseX-Storage>=0.23:${PORTSDIR}/devel/p5-MooseX-Storage \
p5-MooseX-Types>=0.19:${PORTSDIR}/devel/p5-MooseX-Types
RUN_DEPENDS= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-Number-Delta>=0:${PORTSDIR}/devel/p5-Test-Number-Delta
PERL_CONFIGURE= YES
MAN3= Graphics::Color.3 \
Graphics::Color::CMYK.3 \
Graphics::Color::Equal.3 \
Graphics::Color::HSL.3 \
Graphics::Color::HSV.3 \
Graphics::Color::RGB.3 \
Graphics::Color::YIQ.3 \
Graphics::Color::YUV.3
.include <bsd.port.mk>