aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/p5-Cairo/Makefile
blob: 8b8269b934ba60c1d632d028b9a70650cad5e69b (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
28
29
30
31
# New ports collection makefile for:    p5-Cairo
# Date created:     2005-08-18
# Whom:         Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
#    $MCom: ports/graphics/p5-Cairo/Makefile,v 1.8 2007/02/16 18:14:25 mezz Exp $
#

PORTNAME=   Cairo
PORTVERSION=    1.082
CATEGORIES= graphics perl5
MASTER_SITES=   SF/gtk2-perl/${PORTNAME}/${PORTVERSION} \
        CPAN
MASTER_SITE_SUBDIR= CPAN:TSCH
PKGNAMEPREFIX=  p5-

MAINTAINER= gnome@FreeBSD.org
COMMENT=    Perl bindings to the cairo graphics library

BUILD_DEPENDS=  p5-ExtUtils-Depends>=0.200:${PORTSDIR}/devel/p5-ExtUtils-Depends \
        p5-ExtUtils-PkgConfig>=1:${PORTSDIR}/devel/p5-ExtUtils-PkgConfig
LIB_DEPENDS=    cairo.2:${PORTSDIR}/graphics/cairo
RUN_DEPENDS:=   ${BUILD_DEPENDS}

TEST_DEPENDS=   p5-Test-Number-Delta>=1:${PORTSDIR}/devel/p5-Test-Number-Delta

PERL_CONFIGURE= yes

MAN3=   Cairo.3

.include <bsd.port.mk>