aboutsummaryrefslogtreecommitdiff
path: root/graphics/p5-Graphics-Color/Makefile
blob: 8e3b9eb7362b60b0e5510d5f61acd9d40ad8fc12 (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
# Created by: chinsan

PORTNAME=	Graphics-Color
PORTVERSION=	0.31
CATEGORIES=	graphics perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Device and library agnostic color spaces

LICENSE=	ART10 GPLv1+
LICENSE_COMB=	dual

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	p5-Color-Library>=0.020:graphics/p5-Color-Library \
		p5-Moose>=0.74:devel/p5-Moose \
		p5-MooseX-Aliases>=0.03:devel/p5-MooseX-Aliases \
		p5-MooseX-Clone>=0.03:devel/p5-MooseX-Clone \
		p5-MooseX-Storage>=0.23:devel/p5-MooseX-Storage \
		p5-MooseX-Types>=0.19:devel/p5-MooseX-Types
TEST_DEPENDS=	p5-Test-Number-Delta>=0:devel/p5-Test-Number-Delta

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>