Lines 2-11
Link Here
|
2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
3 |
|
3 |
|
4 |
PORTNAME= Cairo |
4 |
PORTNAME= Cairo |
5 |
PORTVERSION= 1.103 |
5 |
PORTVERSION= 1.104 |
6 |
CATEGORIES= graphics perl5 |
6 |
CATEGORIES= graphics perl5 |
7 |
MASTER_SITES= CPAN \ |
7 |
MASTER_SITES= CPAN \ |
8 |
SF/gtk2-perl/${PORTNAME}/${PORTVERSION}%20%28unstable%29 |
8 |
SF/gtk2-perl/${PORTNAME}/${PORTVERSION} |
9 |
MASTER_SITE_SUBDIR= CPAN:XAOC |
9 |
MASTER_SITE_SUBDIR= CPAN:XAOC |
10 |
PKGNAMEPREFIX= p5- |
10 |
PKGNAMEPREFIX= p5- |
11 |
|
11 |
|
Lines 16-22
Link Here
|
16 |
|
16 |
|
17 |
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 \ |
18 |
p5-ExtUtils-PkgConfig>=1:${PORTSDIR}/devel/p5-ExtUtils-PkgConfig |
18 |
p5-ExtUtils-PkgConfig>=1:${PORTSDIR}/devel/p5-ExtUtils-PkgConfig |
19 |
LIB_DEPENDS= cairo:${PORTSDIR}/graphics/cairo |
19 |
LIB_DEPENDS= libcairo.so:${PORTSDIR}/graphics/cairo |
20 |
TEST_DEPENDS= p5-Font-FreeType>=0:${PORTSDIR}/print/p5-Font-FreeType \ |
20 |
TEST_DEPENDS= p5-Font-FreeType>=0:${PORTSDIR}/print/p5-Font-FreeType \ |
21 |
p5-Test-Number-Delta>=1:${PORTSDIR}/devel/p5-Test-Number-Delta |
21 |
p5-Test-Number-Delta>=1:${PORTSDIR}/devel/p5-Test-Number-Delta |
22 |
|
22 |
|
Lines 23-29
Link Here
|
23 |
USES= perl5 |
23 |
USES= perl5 |
24 |
USE_PERL5= configure |
24 |
USE_PERL5= configure |
25 |
|
25 |
|
26 |
MAN3= Cairo.3 |
|
|
27 |
|
28 |
NO_STAGE= yes |
29 |
.include <bsd.port.mk> |
26 |
.include <bsd.port.mk> |