freebsd-ports/graphics/p5-Graphics-Color/Makefile
Philip M. Gollucci 01cd06329d - Update to 0.21
PR:             ports/135136
Approved by:    maintainer timeout (chinsan; 2 weeks)
Submitted by:   pgollucci@ (myself)
2009-06-16 02:27:31 +00:00

35 lines
921 B
Makefile

# Ports collection makefile for: p5-Graphics-Color
# Date created: 2008/08/30
# Whom: chinsan
#
# $FreeBSD$
#
PORTNAME= Graphics-Color
PORTVERSION= 0.21
CATEGORIES= graphics perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= chinsan@FreeBSD.org
COMMENT= Device and library agnostic color spaces
BUILD_DEPENDS= p5-Moose>=0.54:${PORTSDIR}/devel/p5-Moose \
p5-MooseX-Clone>=0.03:${PORTSDIR}/devel/p5-MooseX-Clone \
p5-Module-Install>=0.64:${PORTSDIR}/devel/p5-Module-Install \
p5-MooseX-Storage>=0.14:${PORTSDIR}/devel/p5-MooseX-Storage \
p5-Color-Library>=0.02:${PORTSDIR}/graphics/p5-Color-Library
RUN_DEPENDS= ${BUILD_DEPENDS}
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>