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> |