View | Details | Raw Unified | Return to bug 176983
Collapse All | Expand All

(-)Makefile (-9 / +5 lines)
Lines 1-13 Link Here
1
# New ports collection makefile for:	p5-Cairo
1
# Created by: Michael Johnson <ahze@FreeBSD.org>
2
# Date created:		2005-08-18
3
# Whom:			Michael Johnson <ahze@FreeBSD.org>
4
#
5
# $FreeBSD$
2
# $FreeBSD$
6
#    $MCom: ports/graphics/p5-Cairo/Makefile,v 1.8 2007/02/16 18:14:25 mezz Exp $
7
#
8
3
9
PORTNAME=	Cairo
4
PORTNAME=	Cairo
10
PORTVERSION=	1.100
5
PORTVERSION=	1.103
11
CATEGORIES=	graphics perl5
6
CATEGORIES=	graphics perl5
12
MASTER_SITES=	CPAN \
7
MASTER_SITES=	CPAN \
13
		SF/gtk2-perl/${PORTNAME}/${PORTVERSION}%20%28unstable%29
8
		SF/gtk2-perl/${PORTNAME}/${PORTVERSION}%20%28unstable%29
Lines 17-31 Link Here
17
MAINTAINER=	swills@FreeBSD.org
12
MAINTAINER=	swills@FreeBSD.org
18
COMMENT=	Perl bindings to the cairo graphics library
13
COMMENT=	Perl bindings to the cairo graphics library
19
14
15
LICENSE=	LGPL21
16
20
BUILD_DEPENDS=	p5-ExtUtils-Depends>=0.200:${PORTSDIR}/devel/p5-ExtUtils-Depends \
17
BUILD_DEPENDS=	p5-ExtUtils-Depends>=0.200:${PORTSDIR}/devel/p5-ExtUtils-Depends \
21
		p5-ExtUtils-PkgConfig>=1:${PORTSDIR}/devel/p5-ExtUtils-PkgConfig
18
		p5-ExtUtils-PkgConfig>=1:${PORTSDIR}/devel/p5-ExtUtils-PkgConfig
22
LIB_DEPENDS=	cairo:${PORTSDIR}/graphics/cairo
19
LIB_DEPENDS=	cairo:${PORTSDIR}/graphics/cairo
23
RUN_DEPENDS:=	${BUILD_DEPENDS}
24
TEST_DEPENDS=	p5-Font-FreeType>=0:${PORTSDIR}/print/p5-Font-FreeType \
20
TEST_DEPENDS=	p5-Font-FreeType>=0:${PORTSDIR}/print/p5-Font-FreeType \
25
		p5-Test-Number-Delta>=1:${PORTSDIR}/devel/p5-Test-Number-Delta
21
		p5-Test-Number-Delta>=1:${PORTSDIR}/devel/p5-Test-Number-Delta
26
22
27
PERL_CONFIGURE=	yes
23
PERL_CONFIGURE=	yes
28
24
29
MAN3=	Cairo.3
25
MAN3=		Cairo.3
30
26
31
.include <bsd.port.mk>
27
.include <bsd.port.mk>
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (Cairo-1.100.tar.gz) = d5f2f3ba216db760eaa2b4aefe8519451f4f38dc0121dd0adfeb3d20de51b20a
1
SHA256 (Cairo-1.103.tar.gz) = eaebd9c3b9d66b4c41533ec7c736a2a4b73e0bf6ad207132a970d83a85827872
2
SIZE (Cairo-1.100.tar.gz) = 107654
2
SIZE (Cairo-1.103.tar.gz) = 108254

Return to bug 176983