freebsd-ports/graphics/p5-Graphics-Primitive-Driver-Cairo/Makefile

36 lines
969 B
Makefile
Raw Normal View History

# Ports collection makefile for: p5-Graphics-Primitive-Driver-Cairo
# Date created: 2008/08/30
# Whom: chinsan
#
# $FreeBSD$
#
PORTNAME= Graphics-Primitive-Driver-Cairo
2010-06-02 20:38:22 +02:00
PORTVERSION= 0.43
CATEGORIES= graphics perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Cairo backend for Graphics::Primitive
2010-06-02 20:38:22 +02:00
RUN_DEPENDS= p5-Cairo>=1.061:${PORTSDIR}/graphics/p5-Cairo \
2009-01-03 07:08:49 +01:00
p5-Geometry-Primitive>=0.13:${PORTSDIR}/graphics/p5-Geometry-Primitive \
p5-Graphics-Primitive>=0.45:${PORTSDIR}/graphics/p5-Graphics-Primitive \
2010-06-02 20:38:22 +02:00
p5-Moose>=0.76:${PORTSDIR}/devel/p5-Moose \
2008-10-04 07:38:43 +02:00
p5-Text-Flow>=0.01:${PORTSDIR}/textproc/p5-Text-Flow
2010-06-02 20:38:22 +02:00
BUILD_DEPENDS= ${RUN_DEPENDS}
2010-06-02 20:38:22 +02:00
PERL_CONFIGURE= 5.8.0+
2008-09-24 19:48:45 +02:00
MAN3= Graphics::Primitive::Driver::Cairo.3 \
Graphics::Primitive::Driver::Cairo::TextLayout.3
2010-06-02 20:38:22 +02:00
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 501001
RUN_DEPENDS+= p5-Math-Complex>=1.56:${PORTSDIR}/math/p5-Math-Complex
.endif
.include <bsd.port.post.mk>